#96DCF3

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

Shades of Columbia Blue #96DCF3

Tints of Columbia Blue #96DCF3

Color information

#96DCF3 (or 0x96DCF3) is unknown color: approx Columbia Blue. HEX triplet: 96, DC and F3. RGB value is (150,220,243). Sum of RGB (Red+Green+Blue) = 150+220+243=613 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.47% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 243 (95.31% from 255 or 39.64% from 613); Max value from RGB is 243 - color contains mainly: blue. Hex color #96DCF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DCF3 is #69230C. Grayscale: #C9C9C9. Windows color (decimal): -6890253 or 15981718. OLE color: 15981718.

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

Color convert

RGB150220243-
CMYK0.380.0900.05
HSL194.84º79.49%77.06%-
HSV(B)194.84º38.27%95.29%-
XYZ54.3564.1494.31-
YUV201.69151.3191.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.47%
GREEN value IS 220 (86.33% from 255) = 35.89%
BLUE value IS 243 (95.31% from 255) = 39.64%
R=24.47%
G=35.89%
B=39.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1502202430.380.0900.05194.8479.4977.06
Hex96DCF326905c34f4d
Octal226334363461105303117115
Binary100101101101110011110011100110100101011100001110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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