#96DFFF

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

Shades of Columbia Blue #96DFFF

Tints of Columbia Blue #96DFFF

Color information

#96DFFF (or 0x96DFFF) is unknown color: approx Columbia Blue. HEX triplet: 96, DF and FF. RGB value is (150,223,255). Sum of RGB (Red+Green+Blue) = 150+223+255=628 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.89% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #96DFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DFFF is #692000. Grayscale: #CCCCCC. Windows color (decimal): -6889473 or 16768918. OLE color: 16768918.

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

Color convert

RGB150223255-
CMYK0.410.1300
HSL198.29º100%79.41%-
HSV(B)198.29º41.18%100%-
XYZ57.0266.48104.43-
YUV204.82156.3288.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.89%
GREEN value IS 223 (87.5% from 255) = 35.51%
BLUE value IS 255 (100% from 255) = 40.61%
R=23.89%
G=35.51%
B=40.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1502232550.410.1300198.2910079.41
Hex96DFFF29D00c6644f
Octal226337377511500306144117
Binary1001011011011111111111111010011101001100011011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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