#7ECCF0

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

Shades of Sky Blue #7ECCF0

Tints of Sky Blue #7ECCF0

Color information

#7ECCF0 (or 0x7ECCF0) is unknown color: approx Sky Blue. HEX triplet: 7E, CC and F0. RGB value is (126,204,240). Sum of RGB (Red+Green+Blue) = 126+204+240=570 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.11% from 570); Green value is 204 (80.08% from 255 or 35.79% from 570); Blue value is 240 (94.14% from 255 or 42.11% from 570); Max value from RGB is 240 - color contains mainly: blue. Hex color #7ECCF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ECCF0 is #81330F. Grayscale: #B8B8B8. Windows color (decimal): -8467216 or 15780990. OLE color: 15780990.

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

Color convert

RGB126204240-
CMYK0.480.1500.06
HSL198.95º79.17%71.76%-
HSV(B)198.95º47.5%94.12%-
XYZ45.9353.9190.42-
YUV184.78159.1686.07-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.11%
GREEN value IS 204 (80.08% from 255) = 35.79%
BLUE value IS 240 (94.14% from 255) = 42.11%
R=22.11%
G=35.79%
B=42.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1262042400.480.1500.06198.9579.1771.76
Hex7ECCF030F06c74f48
Octal176314360601706307117110
Binary11111101100110011110000110000111101101100011110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,204,240); }

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

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

 a { background-color: rgb(126,204,240); }

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

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

 span { border-color: rgb(126,204,240); }

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