Html Css Color HEX #95B1DF Polo Blue

📋 copy color: '#95B1DF'

red 149 ◦ green 177 ◦ blue 223

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

Shades of Polo Blue #95B1DF

Tints of Polo Blue #95B1DF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.24%

 BLUE value IS 223 (87.5% from 255) = 40.62%

R = 27.14%
G = 32.24%
B = 40.62%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#95B1DF (or 0x95B1DF) is known color: Polo Blue. HEX triplet: 95, B1 and DF. RGB value is (149,177,223). Sum of RGB (Red+Green+Blue) = 149+177+223=549 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.14% from 549); Green value is 177 (69.53% from 255 or 32.24% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #95B1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95B1DF is #6A4E20. Grayscale: #ADADAD. Windows color (decimal): -6966817 or 14659989. OLE color: 14659989.

HSL color Cylindrical-coordinate representation of color #95B1DF: hue angle of 217.3º degrees, saturation: 0.54, 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 #95B1DF is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 177 223 -
CMYK 0.33 0.21 0 0.13
HSL 217.3º 0.54% 0.73% -
HSV(B) 217.3º 0.33% 0.87% -
XYZ 41.44 43.16 75.96 -
YUV 173.87 155.72 110.26 -
System Red Green Blue C M Y K H S L
Decimal 149 177 223 0.33 0.21 0 0.13 217.3 0.54 0.73
Hex 95 B1 DF 21 15 0 D D9 36 49
Octal 225 261 337 41 25 0 15 331 66 111
Binary 10010101 10110001 11011111 100001 10101 0 1101 11011001 110110 1001001

Color Harmonies of #95B1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B1DF

Black with #95B1DF

Text Example


Text Example

White with #95B1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,177,223); }

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

background-color css

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

 a { background-color: rgb(149,177,223); }

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

border-color css

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

 span { border-color: rgb(149,177,223); }

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