#7CD0EC

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

Shades of Sky Blue #7CD0EC

Tints of Sky Blue #7CD0EC

Color information

#7CD0EC (or 0x7CD0EC) is unknown color: approx Sky Blue. HEX triplet: 7C, D0 and EC. RGB value is (124,208,236). Sum of RGB (Red+Green+Blue) = 124+208+236=568 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.83% from 568); Green value is 208 (81.64% from 255 or 36.62% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #7CD0EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CD0EC is #832F13. Grayscale: #B9B9B9. Windows color (decimal): -8597268 or 15519868. OLE color: 15519868.

HSL color Cylindrical-coordinate representation of color #7CD0EC: hue angle of 195º degrees, saturation: 0.75, 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 #7CD0EC is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB124208236-
CMYK0.470.1200.07
HSL195º74.67%70.59%-
HSV(B)195º47.46%92.55%-
XYZ46.0155.4587.64-
YUV186.08156.1783.72-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.83%
GREEN value IS 208 (81.64% from 255) = 36.62%
BLUE value IS 236 (92.58% from 255) = 41.55%
R=21.83%
G=36.62%
B=41.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1242082360.470.1200.0719574.6770.59
Hex7CD0EC2FC07c34b47
Octal174320354571407303113107
Binary11111001101000011101100101111110001111100001110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,208,236); }

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

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

 a { background-color: rgb(124,208,236); }

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

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

 span { border-color: rgb(124,208,236); }

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