#8CCBFF

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

Shades of Light Sky Blue #8CCBFF

Tints of Light Sky Blue #8CCBFF

Color information

#8CCBFF (or 0x8CCBFF) is unknown color: approx Light Sky Blue. HEX triplet: 8C, CB and FF. RGB value is (140,203,255). Sum of RGB (Red+Green+Blue) = 140+203+255=598 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.41% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CCBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCBFF is #733400. Grayscale: #BDBDBD. Windows color (decimal): -7549953 or 16763788. OLE color: 16763788.

HSL color Cylindrical-coordinate representation of color #8CCBFF: hue angle of 207.13º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CCBFF is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB140203255-
CMYK0.450.2000
HSL207.13º100%77.45%-
HSV(B)207.13º45.1%100%-
XYZ50.2255.51102.67-
YUV190.09164.6392.27-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.41%
GREEN value IS 203 (79.69% from 255) = 33.95%
BLUE value IS 255 (100% from 255) = 42.64%
R=23.41%
G=33.95%
B=42.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1402032550.450.2000207.1310077.45
Hex8CCBFF2D1400cf644d
Octal214313377552400317144115
Binary10001100110010111111111110110110100001100111111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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