#8cc2f1

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

Shades of Light Sky Blue #8CC2F1

Tints of Light Sky Blue #8CC2F1

Color information

#8CC2F1 (or 0x8CC2F1) is unknown color: approx Light Sky Blue. HEX triplet: 8C, C2 and F1. RGB value is (140,194,241). Sum of RGB (Red+Green+Blue) = 140+194+241=575 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.35% from 575); Green value is 194 (76.17% from 255 or 33.74% from 575); Blue value is 241 (94.53% from 255 or 41.91% from 575); Max value from RGB is 241 - color contains mainly: blue. Hex color #8CC2F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CC2F1 is #733D0E. Grayscale: #B6B6B6. Windows color (decimal): -7552271 or 15843980. OLE color: 15843980.

HSL color Cylindrical-coordinate representation of color #8CC2F1: hue angle of 207.92º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CC2F1 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB140194241-
CMYK0.420.2000.05
HSL207.92º78.29%74.71%-
HSV(B)207.92º41.91%94.51%-
XYZ45.9850.5190.54-
YUV183.21160.6197.18-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.35%
GREEN value IS 194 (76.17% from 255) = 33.74%
BLUE value IS 241 (94.53% from 255) = 41.91%
R=24.35%
G=33.74%
B=41.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1401942410.420.2000.05207.9278.2974.71
Hex8CC2F12A1405d04e4b
Octal214302361522405320116113
Binary1000110011000010111100011010101010001011101000010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8cc2f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8cc2f1; }

 p { color: rgb(140,194,241); }

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

<style>
 a { background-color: #8cc2f1; }

 a { background-color: rgb(140,194,241); }

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

<style>
 span { border-color: #8cc2f1; }

 span { border-color: rgb(140,194,241); }

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