#96E9FE

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

Shades of Columbia Blue #96E9FE

Tints of Columbia Blue #96E9FE

Color information

#96E9FE (or 0x96E9FE) is unknown color: approx Columbia Blue. HEX triplet: 96, E9 and FE. RGB value is (150,233,254). Sum of RGB (Red+Green+Blue) = 150+233+254=637 (84% of max value = 765). Red value is 150 (58.98% from 255 or 23.55% from 637); Green value is 233 (91.41% from 255 or 36.58% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #96E9FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96E9FE is #691601. Grayscale: #D2D2D2. Windows color (decimal): -6886914 or 16705942. OLE color: 16705942.

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

Color convert

RGB150233254-
CMYK0.410.0800.00
HSL192.12º98.11%79.22%-
HSV(B)192.12º40.94%99.61%-
XYZ59.6171.92104.51-
YUV210.58152.584.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.55%
GREEN value IS 233 (91.41% from 255) = 36.58%
BLUE value IS 254 (99.61% from 255) = 39.87%
R=23.55%
G=36.58%
B=39.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1502332540.410.0800.00192.1298.1179.22
Hex96E9FE29800c0624f
Octal226351376511000300142117
Binary1001011011101001111111101010011000001100000011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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