#96d4fe

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

Shades of Columbia Blue #96D4FE

Tints of Columbia Blue #96D4FE

Color information

#96D4FE (or 0x96D4FE) is unknown color: approx Columbia Blue. HEX triplet: 96, D4 and FE. RGB value is (150,212,254). Sum of RGB (Red+Green+Blue) = 150+212+254=616 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.35% from 616); Green value is 212 (83.20% from 255 or 34.42% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #96D4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D4FE is #692B01. Grayscale: #C6C6C6. Windows color (decimal): -6892290 or 16700566. OLE color: 16700566.

HSL color Cylindrical-coordinate representation of color #96D4FE: hue angle of 204.23º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96D4FE is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB150212254-
CMYK0.410.1700.00
HSL204.23º98.11%79.22%-
HSV(B)204.23º40.94%99.61%-
XYZ54.0160.73102.64-
YUV198.25159.4693.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.35%
GREEN value IS 212 (83.20% from 255) = 34.42%
BLUE value IS 254 (99.61% from 255) = 41.23%
R=24.35%
G=34.42%
B=41.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1502122540.410.1700.00204.2398.1179.22
Hex96D4FE291100cc624f
Octal226324376512100314142117
Binary10010110110101001111111010100110001001100110011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96d4fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,212,254); }

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

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

 a { background-color: rgb(150,212,254); }

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

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

 span { border-color: rgb(150,212,254); }

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