#7CCAFB

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

Shades of Light Sky Blue #7CCAFB

Tints of Light Sky Blue #7CCAFB

Color information

#7CCAFB (or 0x7CCAFB) is unknown color: approx Light Sky Blue. HEX triplet: 7C, CA and FB. RGB value is (124,202,251). Sum of RGB (Red+Green+Blue) = 124+202+251=577 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.49% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #7CCAFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CCAFB is #833504. Grayscale: #B7B7B7. Windows color (decimal): -8598789 or 16501372. OLE color: 16501372.

HSL color Cylindrical-coordinate representation of color #7CCAFB: hue angle of 203.15º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CCAFB is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB124202251-
CMYK0.510.2000.02
HSL203.15º94.07%73.53%-
HSV(B)203.15º50.6%98.43%-
XYZ46.8553.4999.12-
YUV184.26165.6685.02-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.49%
GREEN value IS 202 (79.30% from 255) = 35.01%
BLUE value IS 251 (98.44% from 255) = 43.50%
R=21.49%
G=35.01%
B=43.50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1242022510.510.2000.02203.1594.0773.53
Hex7CCAFB331402cb5e4a
Octal174312373632402313136112
Binary11111001100101011111011110011101000101100101110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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