#7DBCFC

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

Shades of Maya Blue #7DBCFC

Tints of Maya Blue #7DBCFC

Color information

#7DBCFC (or 0x7DBCFC) is unknown color: approx Maya Blue. HEX triplet: 7D, BC and FC. RGB value is (125,188,252). Sum of RGB (Red+Green+Blue) = 125+188+252=565 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.12% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #7DBCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBCFC is #824303. Grayscale: #B0B0B0. Windows color (decimal): -8536836 or 16563325. OLE color: 16563325.

HSL color Cylindrical-coordinate representation of color #7DBCFC: hue angle of 210.24º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DBCFC is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB125188252-
CMYK0.500.2500.01
HSL210.24º95.49%73.92%-
HSV(B)210.24º50.4%98.82%-
XYZ44.0147.3598.92-
YUV176.46170.6391.3-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.12%
GREEN value IS 188 (73.83% from 255) = 33.27%
BLUE value IS 252 (98.83% from 255) = 44.60%
R=22.12%
G=33.27%
B=44.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1251882520.500.2500.01210.2495.4973.92
Hex7DBCFC321901d25f4a
Octal175274374623101322137112
Binary1111101101111001111110011001011001011101001010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,188,252); }

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

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

 a { background-color: rgb(125,188,252); }

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

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

 span { border-color: rgb(125,188,252); }

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