#7CC4EB

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

Shades of Sky Blue #7CC4EB

Tints of Sky Blue #7CC4EB

Color information

#7CC4EB (or 0x7CC4EB) is unknown color: approx Sky Blue. HEX triplet: 7C, C4 and EB. RGB value is (124,196,235). Sum of RGB (Red+Green+Blue) = 124+196+235=555 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.34% from 555); Green value is 196 (76.95% from 255 or 35.32% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #7CC4EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CC4EB is #833B14. Grayscale: #B2B2B2. Windows color (decimal): -8600341 or 15451260. OLE color: 15451260.

HSL color Cylindrical-coordinate representation of color #7CC4EB: hue angle of 201.08º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CC4EB is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB124196235-
CMYK0.470.1700.08
HSL201.08º73.51%70.39%-
HSV(B)201.08º47.23%92.16%-
XYZ43.0549.7685.93-
YUV178.92159.6588.83-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.34%
GREEN value IS 196 (76.95% from 255) = 35.32%
BLUE value IS 235 (92.19% from 255) = 42.34%
R=22.34%
G=35.32%
B=42.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1241962350.470.1700.08201.0873.5170.39
Hex7CC4EB2F1108c94a46
Octal1743043535721010311112106
Binary1111100110001001110101110111110001010001100100110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,196,235); }

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

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

 a { background-color: rgb(124,196,235); }

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

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

 span { border-color: rgb(124,196,235); }

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