#96e1f8

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

Shades of Columbia Blue #96E1F8

Tints of Columbia Blue #96E1F8

Color information

#96E1F8 (or 0x96E1F8) is unknown color: approx Columbia Blue. HEX triplet: 96, E1 and F8. RGB value is (150,225,248). Sum of RGB (Red+Green+Blue) = 150+225+248=623 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.08% from 623); Green value is 225 (88.28% from 255 or 36.12% from 623); Blue value is 248 (97.27% from 255 or 39.81% from 623); Max value from RGB is 248 - color contains mainly: blue. Hex color #96E1F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96E1F8 is #691E07. Grayscale: #CDCDCD. Windows color (decimal): -6888968 or 16310678. OLE color: 16310678.

HSL color Cylindrical-coordinate representation of color #96E1F8: hue angle of 194.08º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96E1F8 is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB150225248-
CMYK0.400.0900.03
HSL194.08º87.5%78.04%-
HSV(B)194.08º39.52%97.25%-
XYZ56.4567.1198.79-
YUV205.2152.1588.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.08%
GREEN value IS 225 (88.28% from 255) = 36.12%
BLUE value IS 248 (97.27% from 255) = 39.81%
R=24.08%
G=36.12%
B=39.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1502252480.400.0900.03194.0887.578.04
Hex96E1F828903c2584e
Octal226341370501103302130116
Binary10010110111000011111100010100010010111100001010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96e1f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,225,248); }

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

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

 a { background-color: rgb(150,225,248); }

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

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

 span { border-color: rgb(150,225,248); }

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