#96D8FC

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

Shades of Columbia Blue #96D8FC

Tints of Columbia Blue #96D8FC

Color information

#96D8FC (or 0x96D8FC) is unknown color: approx Columbia Blue. HEX triplet: 96, D8 and FC. RGB value is (150,216,252). Sum of RGB (Red+Green+Blue) = 150+216+252=618 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.27% from 618); Green value is 216 (84.77% from 255 or 34.95% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #96D8FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D8FC is #692703. Grayscale: #C8C8C8. Windows color (decimal): -6891268 or 16570518. OLE color: 16570518.

HSL color Cylindrical-coordinate representation of color #96D8FC: hue angle of 201.18º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96D8FC is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB150216252-
CMYK0.400.1400.01
HSL201.18º94.44%78.82%-
HSV(B)201.18º40.48%98.82%-
XYZ54.762.62101.3-
YUV200.37157.1392.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.27%
GREEN value IS 216 (84.77% from 255) = 34.95%
BLUE value IS 252 (98.83% from 255) = 40.78%
R=24.27%
G=34.95%
B=40.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1502162520.400.1400.01201.1894.4478.82
Hex96D8FC28E01c95e4f
Octal226330374501601311136117
Binary1001011011011000111111001010001110011100100110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,216,252); }

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

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

 a { background-color: rgb(150,216,252); }

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

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

 span { border-color: rgb(150,216,252); }

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