Html Css Color HEX #95BAD2 Polo Blue

📋 copy color: '#95BAD2'

red 149 ◦ green 186 ◦ blue 210

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

Shades of Polo Blue #95BAD2

Tints of Polo Blue #95BAD2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.13%

 BLUE value IS 210 (82.42% from 255) = 38.53%

R = 27.34%
G = 34.13%
B = 38.53%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#95BAD2 (or 0x95BAD2) is known color: Polo Blue. HEX triplet: 95, BA and D2. RGB value is (149,186,210). Sum of RGB (Red+Green+Blue) = 149+186+210=545 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.34% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 210 (82.42% from 255 or 38.53% from 545); Max value from RGB is 210 - color contains mainly: blue. Hex color #95BAD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BAD2 is #6A452D. Grayscale: #B1B1B1. Windows color (decimal): -6964526 or 13810325. OLE color: 13810325.

HSL color Cylindrical-coordinate representation of color #95BAD2: hue angle of 203.61º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95BAD2 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 186 210 -
CMYK 0.29 0.11 0 0.18
HSL 203.61º 0.4% 0.7% -
HSV(B) 203.61º 0.29% 0.82% -
XYZ 41.59 46.16 67.69 -
YUV 177.67 146.24 107.55 -
System Red Green Blue C M Y K H S L
Decimal 149 186 210 0.29 0.11 0 0.18 203.61 0.4 0.7
Hex 95 BA D2 1D B 0 12 CC 28 46
Octal 225 272 322 35 13 0 22 314 50 106
Binary 10010101 10111010 11010010 11101 1011 0 10010 11001100 101000 1000110

Color Harmonies of #95BAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BAD2

Black with #95BAD2

Text Example


Text Example

White with #95BAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,186,210); }

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

background-color css

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

 a { background-color: rgb(149,186,210); }

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

border-color css

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

 span { border-color: rgb(149,186,210); }

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