#96CBFE

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

Shades of Light Sky Blue #96CBFE

Tints of Light Sky Blue #96CBFE

Color information

#96CBFE (or 0x96CBFE) is unknown color: approx Light Sky Blue. HEX triplet: 96, CB and FE. RGB value is (150,203,254). Sum of RGB (Red+Green+Blue) = 150+203+254=607 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.71% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #96CBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CBFE is #693401. Grayscale: #C0C0C0. Windows color (decimal): -6894594 or 16698262. OLE color: 16698262.

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

Color convert

RGB150203254-
CMYK0.410.2000.00
HSL209.42º98.11%79.22%-
HSV(B)209.42º40.94%99.61%-
XYZ51.8256.35101.91-
YUV192.97162.4497.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.71%
GREEN value IS 203 (79.69% from 255) = 33.44%
BLUE value IS 254 (99.61% from 255) = 41.85%
R=24.71%
G=33.44%
B=41.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1502032540.410.2000.00209.4298.1179.22
Hex96CBFE291400d1624f
Octal226313376512400321142117
Binary10010110110010111111111010100110100001101000111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96CBFE; }

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

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

<style>
 a { background-color: #96CBFE; }

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

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

<style>
 span { border-color: #96CBFE; }

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

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