#96DFF8

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

Shades of Columbia Blue #96DFF8

Tints of Columbia Blue #96DFF8

Color information

#96DFF8 (or 0x96DFF8) is unknown color: approx Columbia Blue. HEX triplet: 96, DF and F8. RGB value is (150,223,248). Sum of RGB (Red+Green+Blue) = 150+223+248=621 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.15% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 248 (97.27% from 255 or 39.94% from 621); Max value from RGB is 248 - color contains mainly: blue. Hex color #96DFF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DFF8 is #692007. Grayscale: #CBCBCB. Windows color (decimal): -6889480 or 16310166. OLE color: 16310166.

HSL color Cylindrical-coordinate representation of color #96DFF8: hue angle of 195.31º 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 #96DFF8 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB150223248-
CMYK0.400.1000.03
HSL195.31º87.5%78.04%-
HSV(B)195.31º39.52%97.25%-
XYZ55.9166.0498.61-
YUV204.02152.8289.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.15%
GREEN value IS 223 (87.5% from 255) = 35.91%
BLUE value IS 248 (97.27% from 255) = 39.94%
R=24.15%
G=35.91%
B=39.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1502232480.400.1000.03195.3187.578.04
Hex96DFF828A03c3584e
Octal226337370501203303130116
Binary10010110110111111111100010100010100111100001110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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