#96D7FA

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

Shades of Columbia Blue #96D7FA

Tints of Columbia Blue #96D7FA

Color information

#96D7FA (or 0x96D7FA) is unknown color: approx Columbia Blue. HEX triplet: 96, D7 and FA. RGB value is (150,215,250). Sum of RGB (Red+Green+Blue) = 150+215+250=615 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.39% from 615); Green value is 215 (84.38% from 255 or 34.96% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #96D7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D7FA is #692805. Grayscale: #C7C7C7. Windows color (decimal): -6891526 or 16439190. OLE color: 16439190.

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

Color convert

RGB150215250-
CMYK0.40.1400.02
HSL201º90.91%78.43%-
HSV(B)201º40%98.04%-
XYZ54.1361.9999.55-
YUV199.56156.4792.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.39%
GREEN value IS 215 (84.38% from 255) = 34.96%
BLUE value IS 250 (98.05% from 255) = 40.65%
R=24.39%
G=34.96%
B=40.65%

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
Decimal1502152500.40.1400.0220190.9178.43
Hex96D7FA28E02c95b4e
Octal226327372501602311133116
Binary10010110110101111111101010100011100101100100110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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