#96C9FE

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

Shades of Light Sky Blue #96C9FE

Tints of Light Sky Blue #96C9FE

Color information

#96C9FE (or 0x96C9FE) is unknown color: approx Light Sky Blue. HEX triplet: 96, C9 and FE. RGB value is (150,201,254). Sum of RGB (Red+Green+Blue) = 150+201+254=605 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.79% from 605); Green value is 201 (78.91% from 255 or 33.22% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #96C9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C9FE is #693601. Grayscale: #BFBFBF. Windows color (decimal): -6895106 or 16697750. OLE color: 16697750.

HSL color Cylindrical-coordinate representation of color #96C9FE: hue angle of 210.58º 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 #96C9FE is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB150201254-
CMYK0.410.2100.00
HSL210.58º98.11%79.22%-
HSV(B)210.58º40.94%99.61%-
XYZ51.3555.41101.76-
YUV191.79163.198.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.79%
GREEN value IS 201 (78.91% from 255) = 33.22%
BLUE value IS 254 (99.61% from 255) = 41.98%
R=24.79%
G=33.22%
B=41.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1502012540.410.2100.00210.5898.1179.22
Hex96C9FE291500d3624f
Octal226311376512500323142117
Binary10010110110010011111111010100110101001101001111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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