#96DBF3

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

Shades of Columbia Blue #96DBF3

Tints of Columbia Blue #96DBF3

Color information

#96DBF3 (or 0x96DBF3) is unknown color: approx Columbia Blue. HEX triplet: 96, DB and F3. RGB value is (150,219,243). Sum of RGB (Red+Green+Blue) = 150+219+243=612 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.51% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 243 (95.31% from 255 or 39.71% from 612); Max value from RGB is 243 - color contains mainly: blue. Hex color #96DBF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DBF3 is #69240C. Grayscale: #C8C8C8. Windows color (decimal): -6890509 or 15981462. OLE color: 15981462.

HSL color Cylindrical-coordinate representation of color #96DBF3: hue angle of 195.48º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96DBF3 is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB150219243-
CMYK0.380.1000.05
HSL195.48º79.49%77.06%-
HSV(B)195.48º38.27%95.29%-
XYZ54.0963.6294.22-
YUV201.1151.6491.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.51%
GREEN value IS 219 (85.94% from 255) = 35.78%
BLUE value IS 243 (95.31% from 255) = 39.71%
R=24.51%
G=35.78%
B=39.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1502192430.380.1000.05195.4879.4977.06
Hex96DBF326A05c34f4d
Octal226333363461205303117115
Binary100101101101101111110011100110101001011100001110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,219,243); }

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

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

 a { background-color: rgb(150,219,243); }

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

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

 span { border-color: rgb(150,219,243); }

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