#7DC4FB

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

Shades of Maya Blue #7DC4FB

Tints of Maya Blue #7DC4FB

Color information

#7DC4FB (or 0x7DC4FB) is unknown color: approx Maya Blue. HEX triplet: 7D, C4 and FB. RGB value is (125,196,251). Sum of RGB (Red+Green+Blue) = 125+196+251=572 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.85% from 572); Green value is 196 (76.95% from 255 or 34.27% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #7DC4FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DC4FB is #823B04. Grayscale: #B4B4B4. Windows color (decimal): -8534789 or 16499837. OLE color: 16499837.

HSL color Cylindrical-coordinate representation of color #7DC4FB: hue angle of 206.19º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DC4FB is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB125196251-
CMYK0.500.2200.02
HSL206.19º94.03%73.73%-
HSV(B)206.19º50.2%98.43%-
XYZ45.6150.898.67-
YUV181.04167.4888.03-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.85%
GREEN value IS 196 (76.95% from 255) = 34.27%
BLUE value IS 251 (98.44% from 255) = 43.88%
R=21.85%
G=34.27%
B=43.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1251962510.500.2200.02206.1994.0373.73
Hex7DC4FB321602ce5e4a
Octal175304373622602316136112
Binary11111011100010011111011110010101100101100111010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,196,251); }

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

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

 a { background-color: rgb(125,196,251); }

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

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

 span { border-color: rgb(125,196,251); }

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