#95B0DB

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

Shades of Polo Blue #95B0DB

Tints of Polo Blue #95B0DB

Color information

#95B0DB (or 0x95B0DB) is unknown color: approx Polo Blue. HEX triplet: 95, B0 and DB. RGB value is (149,176,219). Sum of RGB (Red+Green+Blue) = 149+176+219=544 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.39% from 544); Green value is 176 (69.14% from 255 or 32.35% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #95B0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95B0DB is #6A4F24. Grayscale: #ACACAC. Windows color (decimal): -6967077 or 14397589. OLE color: 14397589.

HSL color Cylindrical-coordinate representation of color #95B0DB: hue angle of 216.86º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95B0DB is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB149176219-
CMYK0.320.2000.14
HSL216.86º49.3%72.16%-
HSV(B)216.86º31.96%85.88%-
XYZ40.7142.5573.09-
YUV172.83154.05111-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.39%
GREEN value IS 176 (69.14% from 255) = 32.35%
BLUE value IS 219 (85.94% from 255) = 40.26%
R=27.39%
G=32.35%
B=40.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1491762190.320.2000.14216.8649.372.16
Hex95B0DB20140Ed93148
Octal225260333402401633161110
Binary1001010110110000110110111000001010001110110110011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,176,219); }

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

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

 a { background-color: rgb(149,176,219); }

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

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

 span { border-color: rgb(149,176,219); }

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