#96C1FC

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

Shades of Light Sky Blue #96C1FC

Tints of Light Sky Blue #96C1FC

Color information

#96C1FC (or 0x96C1FC) is unknown color: approx Light Sky Blue. HEX triplet: 96, C1 and FC. RGB value is (150,193,252). Sum of RGB (Red+Green+Blue) = 150+193+252=595 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.21% from 595); Green value is 193 (75.78% from 255 or 32.44% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #96C1FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C1FC is #693E03. Grayscale: #BABABA. Windows color (decimal): -6897156 or 16564630. OLE color: 16564630.

HSL color Cylindrical-coordinate representation of color #96C1FC: hue angle of 214.71º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96C1FC is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB150193252-
CMYK0.400.2300.01
HSL214.71º94.44%78.82%-
HSV(B)214.71º40.48%98.82%-
XYZ49.2251.6599.47-
YUV186.87164.75101.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.21%
GREEN value IS 193 (75.78% from 255) = 32.44%
BLUE value IS 252 (98.83% from 255) = 42.35%
R=25.21%
G=32.44%
B=42.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1501932520.400.2300.01214.7194.4478.82
Hex96C1FC281701d75e4f
Octal226301374502701327136117
Binary10010110110000011111110010100010111011101011110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,193,252); }

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

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

 a { background-color: rgb(150,193,252); }

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

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

 span { border-color: rgb(150,193,252); }

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