#8CCBFE

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

Shades of Light Sky Blue #8CCBFE

Tints of Light Sky Blue #8CCBFE

Color information

#8CCBFE (or 0x8CCBFE) is unknown color: approx Light Sky Blue. HEX triplet: 8C, CB and FE. RGB value is (140,203,254). Sum of RGB (Red+Green+Blue) = 140+203+254=597 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.45% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #8CCBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCBFE is #733401. Grayscale: #BDBDBD. Windows color (decimal): -7549954 or 16698252. OLE color: 16698252.

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

Color convert

RGB140203254-
CMYK0.450.2000.00
HSL206.84º98.28%77.25%-
HSV(B)206.84º44.88%99.61%-
XYZ50.0655.44101.83-
YUV189.98164.1392.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.45%
GREEN value IS 203 (79.69% from 255) = 34.00%
BLUE value IS 254 (99.61% from 255) = 42.55%
R=23.45%
G=34.00%
B=42.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1402032540.450.2000.00206.8498.2877.25
Hex8CCBFE2D1400cf624d
Octal214313376552400317142115
Binary10001100110010111111111010110110100001100111111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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