Html Css Color HEX #95AFDB Polo Blue

📋 copy color: '#95AFDB'

red 149 ◦ green 175 ◦ blue 219

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

Shades of Polo Blue #95AFDB

Tints of Polo Blue #95AFDB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.23%

 BLUE value IS 219 (85.94% from 255) = 40.33%

R = 27.44%
G = 32.23%
B = 40.33%

CMYK

 C value IS 0.32

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#95AFDB (or 0x95AFDB) is known color: Polo Blue. HEX triplet: 95, AF and DB. RGB value is (149,175,219). Sum of RGB (Red+Green+Blue) = 149+175+219=543 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.44% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #95AFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AFDB is #6A5024. Grayscale: #ACACAC. Windows color (decimal): -6967333 or 14397333. OLE color: 14397333.

HSL color Cylindrical-coordinate representation of color #95AFDB: hue angle of 217.71º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95AFDB is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 175 219 -
CMYK 0.32 0.20 0 0.14
HSL 217.71º 0.49% 0.72% -
HSV(B) 217.71º 0.32% 0.86% -
XYZ 40.51 42.16 73.02 -
YUV 172.24 154.39 111.42 -
System Red Green Blue C M Y K H S L
Decimal 149 175 219 0.32 0.20 0 0.14 217.71 0.49 0.72
Hex 95 AF DB 20 14 0 E DA 31 48
Octal 225 257 333 40 24 0 16 332 61 110
Binary 10010101 10101111 11011011 100000 10100 0 1110 11011010 110001 1001000

Color Harmonies of #95AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AFDB

Black with #95AFDB

Text Example


Text Example

White with #95AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,175,219); }

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

background-color css

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

 a { background-color: rgb(149,175,219); }

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

border-color css

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

 span { border-color: rgb(149,175,219); }

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