#96EAFE

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

Shades of Columbia Blue #96EAFE

Tints of Columbia Blue #96EAFE

Color information

#96EAFE (or 0x96EAFE) is unknown color: approx Columbia Blue. HEX triplet: 96, EA and FE. RGB value is (150,234,254). Sum of RGB (Red+Green+Blue) = 150+234+254=638 (84% of max value = 765). Red value is 150 (58.98% from 255 or 23.51% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #96EAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96EAFE is #691501. Grayscale: #D3D3D3. Windows color (decimal): -6886658 or 16706198. OLE color: 16706198.

HSL color Cylindrical-coordinate representation of color #96EAFE: hue angle of 191.54º 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 #96EAFE is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB150234254-
CMYK0.410.0800.00
HSL191.54º98.11%79.22%-
HSV(B)191.54º40.94%99.61%-
XYZ59.8972.49104.6-
YUV211.16152.1784.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.51%
GREEN value IS 234 (91.80% from 255) = 36.68%
BLUE value IS 254 (99.61% from 255) = 39.81%
R=23.51%
G=36.68%
B=39.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1502342540.410.0800.00191.5498.1179.22
Hex96EAFE29800c0624f
Octal226352376511000300142117
Binary1001011011101010111111101010011000001100000011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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