#7DC4EF

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

Shades of Maya Blue #7DC4EF

Tints of Maya Blue #7DC4EF

Color information

#7DC4EF (or 0x7DC4EF) is unknown color: approx Maya Blue. HEX triplet: 7D, C4 and EF. RGB value is (125,196,239). Sum of RGB (Red+Green+Blue) = 125+196+239=560 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.32% from 560); Green value is 196 (76.95% from 255 or 35% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #7DC4EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DC4EF is #823B10. Grayscale: #B3B3B3. Windows color (decimal): -8534801 or 15713405. OLE color: 15713405.

HSL color Cylindrical-coordinate representation of color #7DC4EF: hue angle of 202.63º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DC4EF is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB125196239-
CMYK0.480.1800.06
HSL202.63º78.08%71.37%-
HSV(B)202.63º47.7%93.73%-
XYZ43.7850.0789.02-
YUV179.67161.4889-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.32%
GREEN value IS 196 (76.95% from 255) = 35%
BLUE value IS 239 (93.75% from 255) = 42.68%
R=22.32%
G=35%
B=42.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1251962390.480.1800.06202.6378.0871.37
Hex7DC4EF301206cb4e47
Octal175304357602206313116107
Binary111110111000100111011111100001001001101100101110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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