#7CC0EF

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

Shades of Maya Blue #7CC0EF

Tints of Maya Blue #7CC0EF

Color information

#7CC0EF (or 0x7CC0EF) is unknown color: approx Maya Blue. HEX triplet: 7C, C0 and EF. RGB value is (124,192,239). Sum of RGB (Red+Green+Blue) = 124+192+239=555 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.34% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #7CC0EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CC0EF is #833F10. Grayscale: #B0B0B0. Windows color (decimal): -8601361 or 15712380. OLE color: 15712380.

HSL color Cylindrical-coordinate representation of color #7CC0EF: hue angle of 204.52º 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 #7CC0EF is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB124192239-
CMYK0.480.2000.06
HSL204.52º78.23%71.18%-
HSV(B)204.52º48.12%93.73%-
XYZ42.7448.2288.72-
YUV177.03162.9790.18-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.34%
GREEN value IS 192 (75.39% from 255) = 34.59%
BLUE value IS 239 (93.75% from 255) = 43.06%
R=22.34%
G=34.59%
B=43.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1241922390.480.2000.06204.5278.2371.18
Hex7CC0EF301406cd4e47
Octal174300357602406315116107
Binary111110011000000111011111100001010001101100110110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,192,239); }

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

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

 a { background-color: rgb(124,192,239); }

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

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

 span { border-color: rgb(124,192,239); }

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