Html Css Color HEX #95B7DC Polo Blue

📋 copy color: '#95B7DC'

red 149 ◦ green 183 ◦ blue 220

#95B7DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #95B7DC

Tints of Polo Blue #95B7DC

RGB

 RED value IS 149 (58.59% from 255) = 26.99%

 GREEN value IS 183 (71.88% from 255) = 33.15%

 BLUE value IS 220 (86.33% from 255) = 39.86%

R = 26.99%
G = 33.15%
B = 39.86%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#95B7DC (or 0x95B7DC) is known color: Polo Blue. HEX triplet: 95, B7 and DC. RGB value is (149,183,220). Sum of RGB (Red+Green+Blue) = 149+183+220=552 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.99% from 552); Green value is 183 (71.88% from 255 or 33.15% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #95B7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B7DC is #6A4823. Grayscale: #B0B0B0. Windows color (decimal): -6965284 or 14464917. OLE color: 14464917.

HSL color Cylindrical-coordinate representation of color #95B7DC: hue angle of 211.27º degrees, saturation: 0.5, 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 #95B7DC is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 183 220 -
CMYK 0.32 0.17 0 0.14
HSL 211.27º 0.5% 0.72% -
HSV(B) 211.27º 0.32% 0.86% -
XYZ 42.25 45.42 74.25 -
YUV 177.05 152.24 107.99 -
System Red Green Blue C M Y K H S L
Decimal 149 183 220 0.32 0.17 0 0.14 211.27 0.5 0.72
Hex 95 B7 DC 20 11 0 E D3 32 48
Octal 225 267 334 40 21 0 16 323 62 110
Binary 10010101 10110111 11011100 100000 10001 0 1110 11010011 110010 1001000

Color Harmonies of #95B7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B7DC

Black with #95B7DC

Text Example


Text Example

White with #95B7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #95B7DC;
 }
 .AnyTagClassName
 {
   color: #95B7DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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