#95DCF6

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

Shades of Columbia Blue #95DCF6

Tints of Columbia Blue #95DCF6

Color information

#95DCF6 (or 0x95DCF6) is unknown color: approx Columbia Blue. HEX triplet: 95, DC and F6. RGB value is (149,220,246). Sum of RGB (Red+Green+Blue) = 149+220+246=615 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.23% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 246 (96.48% from 255 or 40% from 615); Max value from RGB is 246 - color contains mainly: blue. Hex color #95DCF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95DCF6 is #6A2309. Grayscale: #C9C9C9. Windows color (decimal): -6955786 or 16178325. OLE color: 16178325.

HSL color Cylindrical-coordinate representation of color #95DCF6: hue angle of 196.08º 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 #95DCF6 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB149220246-
CMYK0.390.1100.04
HSL196.08º84.35%77.45%-
HSV(B)196.08º39.43%96.47%-
XYZ54.6264.2396.71-
YUV201.74152.9890.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.23%
GREEN value IS 220 (86.33% from 255) = 35.77%
BLUE value IS 246 (96.48% from 255) = 40%
R=24.23%
G=35.77%
B=40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1492202460.390.1100.04196.0884.3577.45
Hex95DCF627B04c4544d
Octal225334366471304304124115
Binary100101011101110011110110100111101101001100010010101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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