Html Css Color HEX #95B3DB Polo Blue

📋 copy color: '#95B3DB'

red 149 ◦ green 179 ◦ blue 219

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

Shades of Polo Blue #95B3DB

Tints of Polo Blue #95B3DB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.72%

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

R = 27.24%
G = 32.72%
B = 40.04%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#95B3DB (or 0x95B3DB) is known color: Polo Blue. HEX triplet: 95, B3 and DB. RGB value is (149,179,219). Sum of RGB (Red+Green+Blue) = 149+179+219=547 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.24% from 547); Green value is 179 (70.31% from 255 or 32.72% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #95B3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B3DB is #6A4C24. Grayscale: #AEAEAE. Windows color (decimal): -6966309 or 14398357. OLE color: 14398357.

HSL color Cylindrical-coordinate representation of color #95B3DB: hue angle of 214.29º 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 #95B3DB is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 179 219 -
CMYK 0.32 0.18 0 0.14
HSL 214.29º 0.49% 0.72% -
HSV(B) 214.29º 0.32% 0.86% -
XYZ 41.3 43.74 73.28 -
YUV 174.59 153.06 109.75 -
System Red Green Blue C M Y K H S L
Decimal 149 179 219 0.32 0.18 0 0.14 214.29 0.49 0.72
Hex 95 B3 DB 20 12 0 E D6 31 48
Octal 225 263 333 40 22 0 16 326 61 110
Binary 10010101 10110011 11011011 100000 10010 0 1110 11010110 110001 1001000

Color Harmonies of #95B3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B3DB

Black with #95B3DB

Text Example


Text Example

White with #95B3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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