#95DDF6

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

Shades of Columbia Blue #95DDF6

Tints of Columbia Blue #95DDF6

Color information

#95DDF6 (or 0x95DDF6) is unknown color: approx Columbia Blue. HEX triplet: 95, DD and F6. RGB value is (149,221,246). Sum of RGB (Red+Green+Blue) = 149+221+246=616 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.19% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 246 (96.48% from 255 or 39.94% from 616); Max value from RGB is 246 - color contains mainly: blue. Hex color #95DDF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95DDF6 is #6A2209. Grayscale: #CACACA. Windows color (decimal): -6955530 or 16178581. OLE color: 16178581.

HSL color Cylindrical-coordinate representation of color #95DDF6: hue angle of 195.46º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95DDF6 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB149221246-
CMYK0.390.1000.04
HSL195.46º84.35%77.45%-
HSV(B)195.46º39.43%96.47%-
XYZ54.8964.7696.8-
YUV202.32152.6589.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.19%
GREEN value IS 221 (86.72% from 255) = 35.88%
BLUE value IS 246 (96.48% from 255) = 39.94%
R=24.19%
G=35.88%
B=39.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1492212460.390.1000.04195.4684.3577.45
Hex95DDF627A04c3544d
Octal225335366471204303124115
Binary100101011101110111110110100111101001001100001110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95DDF6; }

 p { color: rgb(149,221,246); }

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

<style>
 a { background-color: #95DDF6; }

 a { background-color: rgb(149,221,246); }

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

<style>
 span { border-color: #95DDF6; }

 span { border-color: rgb(149,221,246); }

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