#7DC4F8

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

Shades of Maya Blue #7DC4F8

Tints of Maya Blue #7DC4F8

Color information

#7DC4F8 (or 0x7DC4F8) is unknown color: approx Maya Blue. HEX triplet: 7D, C4 and F8. RGB value is (125,196,248). Sum of RGB (Red+Green+Blue) = 125+196+248=569 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.97% from 569); Green value is 196 (76.95% from 255 or 34.45% from 569); Blue value is 248 (97.27% from 255 or 43.59% from 569); Max value from RGB is 248 - color contains mainly: blue. Hex color #7DC4F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DC4F8 is #823B07. Grayscale: #B4B4B4. Windows color (decimal): -8534792 or 16303229. OLE color: 16303229.

HSL color Cylindrical-coordinate representation of color #7DC4F8: hue angle of 205.37º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DC4F8 is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB125196248-
CMYK0.500.2100.03
HSL205.37º89.78%73.14%-
HSV(B)205.37º49.6%97.25%-
XYZ45.1450.6296.2-
YUV180.7165.9888.27-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.97%
GREEN value IS 196 (76.95% from 255) = 34.45%
BLUE value IS 248 (97.27% from 255) = 43.59%
R=21.97%
G=34.45%
B=43.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1251962480.500.2100.03205.3789.7873.14
Hex7DC4F8321503cd5a49
Octal175304370622503315132111
Binary11111011100010011111000110010101010111100110110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC4F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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