Html Css Color HEX #95B2DF Polo Blue

📋 copy color: '#95B2DF'

red 149 ◦ green 178 ◦ blue 223

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

Shades of Polo Blue #95B2DF

Tints of Polo Blue #95B2DF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.36%

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

R = 27.09%
G = 32.36%
B = 40.55%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#95B2DF (or 0x95B2DF) is known color: Polo Blue. HEX triplet: 95, B2 and DF. RGB value is (149,178,223). Sum of RGB (Red+Green+Blue) = 149+178+223=550 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.09% from 550); Green value is 178 (69.92% from 255 or 32.36% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #95B2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95B2DF is #6A4D20. Grayscale: #AEAEAE. Windows color (decimal): -6966561 or 14660245. OLE color: 14660245.

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

Color convert

RGB 149 178 223 -
CMYK 0.33 0.20 0 0.13
HSL 216.49º 0.54% 0.73% -
HSV(B) 216.49º 0.33% 0.87% -
XYZ 41.63 43.56 76.03 -
YUV 174.46 155.39 109.84 -
System Red Green Blue C M Y K H S L
Decimal 149 178 223 0.33 0.20 0 0.13 216.49 0.54 0.73
Hex 95 B2 DF 21 14 0 D D8 36 49
Octal 225 262 337 41 24 0 15 330 66 111
Binary 10010101 10110010 11011111 100001 10100 0 1101 11011000 110110 1001001

Color Harmonies of #95B2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B2DF

Black with #95B2DF

Text Example


Text Example

White with #95B2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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