#96D6FA

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

Shades of Columbia Blue #96D6FA

Tints of Columbia Blue #96D6FA

Color information

#96D6FA (or 0x96D6FA) is unknown color: approx Columbia Blue. HEX triplet: 96, D6 and FA. RGB value is (150,214,250). Sum of RGB (Red+Green+Blue) = 150+214+250=614 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.43% from 614); Green value is 214 (83.98% from 255 or 34.85% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #96D6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D6FA is #692905. Grayscale: #C6C6C6. Windows color (decimal): -6891782 or 16438934. OLE color: 16438934.

HSL color Cylindrical-coordinate representation of color #96D6FA: hue angle of 201.6º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96D6FA is Cyan = 0.4, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150214250-
CMYK0.40.1400.02
HSL201.6º90.91%78.43%-
HSV(B)201.6º40%98.04%-
XYZ53.8861.4899.47-
YUV198.97156.893.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.43%
GREEN value IS 214 (83.98% from 255) = 34.85%
BLUE value IS 250 (98.05% from 255) = 40.72%
R=24.43%
G=34.85%
B=40.72%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502142500.40.1400.02201.690.9178.43
Hex96D6FA28E02ca5b4e
Octal226326372501602312133116
Binary10010110110101101111101010100011100101100101010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,214,250); }

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

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

 a { background-color: rgb(150,214,250); }

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

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

 span { border-color: rgb(150,214,250); }

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