#96E8FB

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

Shades of Columbia Blue #96E8FB

Tints of Columbia Blue #96E8FB

Color information

#96E8FB (or 0x96E8FB) is unknown color: approx Columbia Blue. HEX triplet: 96, E8 and FB. RGB value is (150,232,251). Sum of RGB (Red+Green+Blue) = 150+232+251=633 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.70% from 633); Green value is 232 (91.02% from 255 or 36.65% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #96E8FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96E8FB is #691704. Grayscale: #D1D1D1. Windows color (decimal): -6887173 or 16509078. OLE color: 16509078.

HSL color Cylindrical-coordinate representation of color #96E8FB: hue angle of 191.29º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96E8FB is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150232251-
CMYK0.400.0800.02
HSL191.29º92.66%78.63%-
HSV(B)191.29º40.24%98.43%-
XYZ58.8571.16101.9-
YUV209.65151.3385.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.70%
GREEN value IS 232 (91.02% from 255) = 36.65%
BLUE value IS 251 (98.44% from 255) = 39.65%
R=23.70%
G=36.65%
B=39.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502322510.400.0800.02191.2992.6678.63
Hex96E8FB28802bf5d4f
Octal226350373501002277135117
Binary10010110111010001111101110100010000101011111110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,232,251); }

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

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

 a { background-color: rgb(150,232,251); }

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

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

 span { border-color: rgb(150,232,251); }

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