#96E1FB

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

Shades of Columbia Blue #96E1FB

Tints of Columbia Blue #96E1FB

Color information

#96E1FB (or 0x96E1FB) is unknown color: approx Columbia Blue. HEX triplet: 96, E1 and FB. RGB value is (150,225,251). Sum of RGB (Red+Green+Blue) = 150+225+251=626 (82% of max value = 765). Red value is 150 (58.98% from 255 or 23.96% from 626); Green value is 225 (88.28% from 255 or 35.94% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 251 - color contains mainly: blue. Hex color #96E1FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96E1FB is #691E04. Grayscale: #CDCDCD. Windows color (decimal): -6888965 or 16507286. OLE color: 16507286.

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

Color convert

RGB150225251-
CMYK0.400.1000.02
HSL195.45º92.66%78.63%-
HSV(B)195.45º40.24%98.43%-
XYZ56.9267.3101.26-
YUV205.54153.6588.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.96%
GREEN value IS 225 (88.28% from 255) = 35.94%
BLUE value IS 251 (98.44% from 255) = 40.10%
R=23.96%
G=35.94%
B=40.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502252510.400.1000.02195.4592.6678.63
Hex96E1FB28A02c35d4f
Octal226341373501202303135117
Binary10010110111000011111101110100010100101100001110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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