#7DBEFF

Color #7DBEFF Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #7DBEFF

Tints of Maya Blue #7DBEFF

Color information

#7DBEFF (or 0x7DBEFF) is unknown color: approx Maya Blue. HEX triplet: 7D, BE and FF. RGB value is (125,190,255). Sum of RGB (Red+Green+Blue) = 125+190+255=570 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.93% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DBEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBEFF is #824100. Grayscale: #B1B1B1. Windows color (decimal): -8536321 or 16760445. OLE color: 16760445.

HSL color Cylindrical-coordinate representation of color #7DBEFF: hue angle of 210º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DBEFF is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB125190255-
CMYK0.510.2500
HSL210º100%74.51%-
HSV(B)210º50.98%100%-
XYZ44.9248.41101.58-
YUV177.97171.4790.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 125 (49.22% from 255) = 21.93%
GREEN value IS 190 (74.61% from 255) = 33.33%
BLUE value IS 255 (100% from 255) = 44.74%
R=21.93%
G=33.33%
B=44.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1251902550.510.250021010074.51
Hex7DBEFF331900d2644b
Octal175276377633100322144113
Binary1111101101111101111111111001111001001101001011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DBEFF; }

 p { color: rgb(125,190,255); }

 H1.HeaderClassName
 {
   color: #7DBEFF;
 }
 .AnyTagClassName
 {
   color: #7DBEFF;
 }
</style>
background-color css

<style>
 a { background-color: #7DBEFF; }

 a { background-color: rgb(125,190,255); }

 div.DivClassName
 {
   background-color: #7DBEFF;
 }
 .BgClassName
 {
   background-color: #7DBEFF;
 }
</style>
border-color css

<style>
 span { border-color: #7DBEFF; }

 span { border-color: rgb(125,190,255); }

 td.TdClassName
 {
   border-color: #7DBEFF;
 }
 .TagClassName
 {
   border-color: #7DBEFF;
 }
</style>