Html Css Color HEX #95ADC8 Polo Blue

📋 copy color: '#95ADC8'

red 149 ◦ green 173 ◦ blue 200

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

Shades of Polo Blue #95ADC8

Tints of Polo Blue #95ADC8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.14%

 BLUE value IS 200 (78.52% from 255) = 38.31%

R = 28.54%
G = 33.14%
B = 38.31%

CMYK

 C value IS 0.26

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#95ADC8 (or 0x95ADC8) is known color: Polo Blue. HEX triplet: 95, AD and C8. RGB value is (149,173,200). Sum of RGB (Red+Green+Blue) = 149+173+200=522 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.54% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 200 (78.52% from 255 or 38.31% from 522); Max value from RGB is 200 - color contains mainly: blue. Hex color #95ADC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ADC8 is #6A5237. Grayscale: #A8A8A8. Windows color (decimal): -6967864 or 13151637. OLE color: 13151637.

HSL color Cylindrical-coordinate representation of color #95ADC8: hue angle of 211.76º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95ADC8 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 149 173 200 -
CMYK 0.26 0.14 0 0.22
HSL 211.76º 0.32% 0.68% -
HSV(B) 211.76º 0.26% 0.78% -
XYZ 37.76 40.45 60.46 -
YUV 168.9 145.55 113.8 -
System Red Green Blue C M Y K H S L
Decimal 149 173 200 0.26 0.14 0 0.22 211.76 0.32 0.68
Hex 95 AD C8 1A E 0 16 D4 20 44
Octal 225 255 310 32 16 0 26 324 40 104
Binary 10010101 10101101 11001000 11010 1110 0 10110 11010100 100000 1000100

Color Harmonies of #95ADC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95ADC8

Black with #95ADC8

Text Example


Text Example

White with #95ADC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,173,200); }

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

background-color css

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

 a { background-color: rgb(149,173,200); }

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

border-color css

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

 span { border-color: rgb(149,173,200); }

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