#96E6FC

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

Shades of Columbia Blue #96E6FC

Tints of Columbia Blue #96E6FC

Color information

#96E6FC (or 0x96E6FC) is unknown color: approx Columbia Blue. HEX triplet: 96, E6 and FC. RGB value is (150,230,252). Sum of RGB (Red+Green+Blue) = 150+230+252=632 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.73% from 632); Green value is 230 (90.23% from 255 or 36.39% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #96E6FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96E6FC is #691903. Grayscale: #D0D0D0. Windows color (decimal): -6887684 or 16574102. OLE color: 16574102.

HSL color Cylindrical-coordinate representation of color #96E6FC: hue angle of 192.94º 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 #96E6FC is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB150230252-
CMYK0.400.0900.01
HSL192.94º94.44%78.82%-
HSV(B)192.94º40.48%98.82%-
XYZ58.4570.11102.55-
YUV208.59152.586.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.73%
GREEN value IS 230 (90.23% from 255) = 36.39%
BLUE value IS 252 (98.83% from 255) = 39.87%
R=23.73%
G=36.39%
B=39.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1502302520.400.0900.01192.9494.4478.82
Hex96E6FC28901c15e4f
Octal226346374501101301136117
Binary1001011011100110111111001010001001011100000110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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