Html Css Color HEX #95BAD8 Polo Blue

📋 copy color: '#95BAD8'

red 149 ◦ green 186 ◦ blue 216

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

Shades of Polo Blue #95BAD8

Tints of Polo Blue #95BAD8

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.76%

 BLUE value IS 216 (84.77% from 255) = 39.2%

R = 27.04%
G = 33.76%
B = 39.2%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#95BAD8 (or 0x95BAD8) is known color: Polo Blue. HEX triplet: 95, BA and D8. RGB value is (149,186,216). Sum of RGB (Red+Green+Blue) = 149+186+216=551 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.04% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 216 (84.77% from 255 or 39.20% from 551); Max value from RGB is 216 - color contains mainly: blue. Hex color #95BAD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BAD8 is #6A4527. Grayscale: #B2B2B2. Windows color (decimal): -6964520 or 14203541. OLE color: 14203541.

HSL color Cylindrical-coordinate representation of color #95BAD8: hue angle of 206.87º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95BAD8 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 186 216 -
CMYK 0.31 0.14 0 0.15
HSL 206.87º 0.46% 0.72% -
HSV(B) 206.87º 0.31% 0.85% -
XYZ 42.35 46.47 71.7 -
YUV 178.36 149.24 107.06 -
System Red Green Blue C M Y K H S L
Decimal 149 186 216 0.31 0.14 0 0.15 206.87 0.46 0.72
Hex 95 BA D8 1F E 0 F CF 2E 48
Octal 225 272 330 37 16 0 17 317 56 110
Binary 10010101 10111010 11011000 11111 1110 0 1111 11001111 101110 1001000

Color Harmonies of #95BAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BAD8

Black with #95BAD8

Text Example


Text Example

White with #95BAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,186,216); }

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

background-color css

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

 a { background-color: rgb(149,186,216); }

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

border-color css

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

 span { border-color: rgb(149,186,216); }

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