#7DC4F0

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

Shades of Maya Blue #7DC4F0

Tints of Maya Blue #7DC4F0

Color information

#7DC4F0 (or 0x7DC4F0) is unknown color: approx Maya Blue. HEX triplet: 7D, C4 and F0. RGB value is (125,196,240). Sum of RGB (Red+Green+Blue) = 125+196+240=561 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.28% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 240 (94.14% from 255 or 42.78% from 561); Max value from RGB is 240 - color contains mainly: blue. Hex color #7DC4F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DC4F0 is #823B0F. Grayscale: #B3B3B3. Windows color (decimal): -8534800 or 15778941. OLE color: 15778941.

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

Color convert

RGB125196240-
CMYK0.480.1800.06
HSL202.96º79.31%71.57%-
HSV(B)202.96º47.92%94.12%-
XYZ43.9350.1389.8-
YUV179.79161.9888.92-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.28%
GREEN value IS 196 (76.95% from 255) = 34.94%
BLUE value IS 240 (94.14% from 255) = 42.78%
R=22.28%
G=34.94%
B=42.78%

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
Decimal1251962400.480.1800.06202.9679.3171.57
Hex7DC4F0301206cb4f48
Octal175304360602206313117110
Binary111110111000100111100001100001001001101100101110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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