Html Css Color HEX #95B6DE Polo Blue

📋 copy color: '#95B6DE'

red 149 ◦ green 182 ◦ blue 222

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

Shades of Polo Blue #95B6DE

Tints of Polo Blue #95B6DE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.91%

 BLUE value IS 222 (87.11% from 255) = 40.14%

R = 26.94%
G = 32.91%
B = 40.14%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#95B6DE (or 0x95B6DE) is known color: Polo Blue. HEX triplet: 95, B6 and DE. RGB value is (149,182,222). Sum of RGB (Red+Green+Blue) = 149+182+222=553 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.94% from 553); Green value is 182 (71.48% from 255 or 32.91% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 222 - color contains mainly: blue. Hex color #95B6DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B6DE is #6A4921. Grayscale: #B0B0B0. Windows color (decimal): -6965538 or 14595733. OLE color: 14595733.

HSL color Cylindrical-coordinate representation of color #95B6DE: hue angle of 212.88º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95B6DE is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 182 222 -
CMYK 0.33 0.18 0 0.13
HSL 212.88º 0.53% 0.73% -
HSV(B) 212.88º 0.33% 0.87% -
XYZ 42.31 45.12 75.59 -
YUV 176.69 153.57 108.25 -
System Red Green Blue C M Y K H S L
Decimal 149 182 222 0.33 0.18 0 0.13 212.88 0.53 0.73
Hex 95 B6 DE 21 12 0 D D5 35 49
Octal 225 266 336 41 22 0 15 325 65 111
Binary 10010101 10110110 11011110 100001 10010 0 1101 11010101 110101 1001001

Color Harmonies of #95B6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B6DE

Black with #95B6DE

Text Example


Text Example

White with #95B6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,182,222); }

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

background-color css

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

 a { background-color: rgb(149,182,222); }

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

border-color css

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

 span { border-color: rgb(149,182,222); }

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