Html Css Color HEX #95AED7 Polo Blue

📋 copy color: '#95AED7'

red 149 ◦ green 174 ◦ blue 215

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

Shades of Polo Blue #95AED7

Tints of Polo Blue #95AED7

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.34%

 BLUE value IS 215 (84.38% from 255) = 39.96%

R = 27.7%
G = 32.34%
B = 39.96%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#95AED7 (or 0x95AED7) is known color: Polo Blue. HEX triplet: 95, AE and D7. RGB value is (149,174,215). Sum of RGB (Red+Green+Blue) = 149+174+215=538 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.70% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 215 (84.38% from 255 or 39.96% from 538); Max value from RGB is 215 - color contains mainly: blue. Hex color #95AED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AED7 is #6A5128. Grayscale: #ABABAB. Windows color (decimal): -6967593 or 14134933. OLE color: 14134933.

HSL color Cylindrical-coordinate representation of color #95AED7: hue angle of 217.27º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95AED7 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 174 215 -
CMYK 0.31 0.19 0 0.16
HSL 217.27º 0.45% 0.71% -
HSV(B) 217.27º 0.31% 0.84% -
XYZ 39.8 41.57 70.22 -
YUV 171.2 152.72 112.17 -
System Red Green Blue C M Y K H S L
Decimal 149 174 215 0.31 0.19 0 0.16 217.27 0.45 0.71
Hex 95 AE D7 1F 13 0 10 D9 2D 47
Octal 225 256 327 37 23 0 20 331 55 107
Binary 10010101 10101110 11010111 11111 10011 0 10000 11011001 101101 1000111

Color Harmonies of #95AED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AED7

Black with #95AED7

Text Example


Text Example

White with #95AED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,174,215); }

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

background-color css

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

 a { background-color: rgb(149,174,215); }

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

border-color css

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

 span { border-color: rgb(149,174,215); }

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