#7CCAF5

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

Shades of Light Sky Blue #7CCAF5

Tints of Light Sky Blue #7CCAF5

Color information

#7CCAF5 (or 0x7CCAF5) is unknown color: approx Light Sky Blue. HEX triplet: 7C, CA and F5. RGB value is (124,202,245). Sum of RGB (Red+Green+Blue) = 124+202+245=571 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.72% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 245 (96.09% from 255 or 42.91% from 571); Max value from RGB is 245 - color contains mainly: blue. Hex color #7CCAF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CCAF5 is #83350A. Grayscale: #B7B7B7. Windows color (decimal): -8598795 or 16108156. OLE color: 16108156.

HSL color Cylindrical-coordinate representation of color #7CCAF5: hue angle of 201.32º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CCAF5 is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB124202245-
CMYK0.490.1800.04
HSL201.32º85.82%72.35%-
HSV(B)201.32º49.39%96.08%-
XYZ45.9153.1294.22-
YUV183.58162.6685.5-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.72%
GREEN value IS 202 (79.30% from 255) = 35.38%
BLUE value IS 245 (96.09% from 255) = 42.91%
R=21.72%
G=35.38%
B=42.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1242022450.490.1800.04201.3285.8272.35
Hex7CCAF5311204c95648
Octal174312365612204311126110
Binary111110011001010111101011100011001001001100100110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,202,245); }

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

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

 a { background-color: rgb(124,202,245); }

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

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

 span { border-color: rgb(124,202,245); }

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