#7DC1EC

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

Shades of Maya Blue #7DC1EC

Tints of Maya Blue #7DC1EC

Color information

#7DC1EC (or 0x7DC1EC) is unknown color: approx Maya Blue. HEX triplet: 7D, C1 and EC. RGB value is (125,193,236). Sum of RGB (Red+Green+Blue) = 125+193+236=554 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.56% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #7DC1EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DC1EC is #823E13. Grayscale: #B1B1B1. Windows color (decimal): -8535572 or 15516029. OLE color: 15516029.

HSL color Cylindrical-coordinate representation of color #7DC1EC: hue angle of 203.24º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DC1EC is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB125193236-
CMYK0.470.1800.07
HSL203.24º74.5%70.78%-
HSV(B)203.24º47.03%92.55%-
XYZ42.6748.5686.48-
YUV177.57160.9790.5-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.56%
GREEN value IS 193 (75.78% from 255) = 34.84%
BLUE value IS 236 (92.58% from 255) = 42.60%
R=22.56%
G=34.84%
B=42.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1251932360.470.1800.07203.2474.570.78
Hex7DC1EC2F1207cb4a47
Octal175301354572207313112107
Binary111110111000001111011001011111001001111100101110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,193,236); }

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

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

 a { background-color: rgb(125,193,236); }

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

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

 span { border-color: rgb(125,193,236); }

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