#96E3FA

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

Shades of Columbia Blue #96E3FA

Tints of Columbia Blue #96E3FA

Color information

#96E3FA (or 0x96E3FA) is unknown color: approx Columbia Blue. HEX triplet: 96, E3 and FA. RGB value is (150,227,250). Sum of RGB (Red+Green+Blue) = 150+227+250=627 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.92% from 627); Green value is 227 (89.06% from 255 or 36.20% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #96E3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96E3FA is #691C05. Grayscale: #CECECE. Windows color (decimal): -6888454 or 16442262. OLE color: 16442262.

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

Color convert

RGB150227250-
CMYK0.40.0900.02
HSL193.8º90.91%78.43%-
HSV(B)193.8º40%98.04%-
XYZ57.368.32100.61-
YUV206.6152.4987.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.92%
GREEN value IS 227 (89.06% from 255) = 36.20%
BLUE value IS 250 (98.05% from 255) = 39.87%
R=23.92%
G=36.20%
B=39.87%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502272500.40.0900.02193.890.9178.43
Hex96E3FA28902c25b4e
Octal226343372501102302133116
Binary10010110111000111111101010100010010101100001010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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