#7CC4E4

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

Shades of Sky Blue #7CC4E4

Tints of Sky Blue #7CC4E4

Color information

#7CC4E4 (or 0x7CC4E4) is unknown color: approx Sky Blue. HEX triplet: 7C, C4 and E4. RGB value is (124,196,228). Sum of RGB (Red+Green+Blue) = 124+196+228=548 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.63% from 548); Green value is 196 (76.95% from 255 or 35.77% from 548); Blue value is 228 (89.45% from 255 or 41.61% from 548); Max value from RGB is 228 - color contains mainly: blue. Hex color #7CC4E4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC4E4 is #833B1B. Grayscale: #B1B1B1. Windows color (decimal): -8600348 or 14992508. OLE color: 14992508.

HSL color Cylindrical-coordinate representation of color #7CC4E4: hue angle of 198.46º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7CC4E4 is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB124196228-
CMYK0.460.1400.11
HSL198.46º65.82%69.02%-
HSV(B)198.46º45.61%89.41%-
XYZ42.0649.3780.71-
YUV178.12156.1589.4-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.63%
GREEN value IS 196 (76.95% from 255) = 35.77%
BLUE value IS 228 (89.45% from 255) = 41.61%
R=22.63%
G=35.77%
B=41.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1241962280.460.1400.11198.4665.8269.02
Hex7CC4E42EE0Bc64245
Octal1743043445616013306102105
Binary111110011000100111001001011101110010111100011010000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC4E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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