#8CCBF2

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

Shades of Light Sky Blue #8CCBF2

Tints of Light Sky Blue #8CCBF2

Color information

#8CCBF2 (or 0x8CCBF2) is unknown color: approx Light Sky Blue. HEX triplet: 8C, CB and F2. RGB value is (140,203,242). Sum of RGB (Red+Green+Blue) = 140+203+242=585 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.93% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 242 (94.92% from 255 or 41.37% from 585); Max value from RGB is 242 - color contains mainly: blue. Hex color #8CCBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCBF2 is #73340D. Grayscale: #BCBCBC. Windows color (decimal): -7549966 or 15911820. OLE color: 15911820.

HSL color Cylindrical-coordinate representation of color #8CCBF2: hue angle of 202.94º degrees, saturation: 0.8, 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 #8CCBF2 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB140203242-
CMYK0.420.1600.05
HSL202.94º79.69%74.9%-
HSV(B)202.94º42.15%94.9%-
XYZ48.254.792.02-
YUV188.61158.1393.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.93%
GREEN value IS 203 (79.69% from 255) = 34.70%
BLUE value IS 242 (94.92% from 255) = 41.37%
R=23.93%
G=34.70%
B=41.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1402032420.420.1600.05202.9479.6974.9
Hex8CCBF22A1005cb504b
Octal214313362522005313120113
Binary1000110011001011111100101010101000001011100101110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,203,242); }

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

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

 a { background-color: rgb(140,203,242); }

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

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

 span { border-color: rgb(140,203,242); }

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