Html Css Color HEX #9BB9D2 Polo Blue

📋 copy color: '#9BB9D2'

red 155 ◦ green 185 ◦ blue 210

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

Shades of Polo Blue #9BB9D2

Tints of Polo Blue #9BB9D2

RGB

 RED value IS 155 (60.94% from 255) = 28.18%

 GREEN value IS 185 (72.66% from 255) = 33.64%

 BLUE value IS 210 (82.42% from 255) = 38.18%

R = 28.18%
G = 33.64%
B = 38.18%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9BB9D2 (or 0x9BB9D2) is known color: Polo Blue. HEX triplet: 9B, B9 and D2. RGB value is (155,185,210). Sum of RGB (Red+Green+Blue) = 155+185+210=550 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.18% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 210 (82.42% from 255 or 38.18% from 550); Max value from RGB is 210 - color contains mainly: blue. Hex color #9BB9D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB9D2 is #64462D. Grayscale: #B2B2B2. Windows color (decimal): -6571566 or 13810075. OLE color: 13810075.

HSL color Cylindrical-coordinate representation of color #9BB9D2: hue angle of 207.27º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9BB9D2 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 155 185 210 -
CMYK 0.26 0.12 0 0.18
HSL 207.27º 0.38% 0.72% -
HSV(B) 207.27º 0.26% 0.82% -
XYZ 42.5 46.32 67.67 -
YUV 178.88 145.56 110.97 -
System Red Green Blue C M Y K H S L
Decimal 155 185 210 0.26 0.12 0 0.18 207.27 0.38 0.72
Hex 9B B9 D2 1A C 0 12 CF 26 48
Octal 233 271 322 32 14 0 22 317 46 110
Binary 10011011 10111001 11010010 11010 1100 0 10010 11001111 100110 1001000

Color Harmonies of #9BB9D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB9D2

Black with #9BB9D2

Text Example


Text Example

White with #9BB9D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BB9D2; }

 p { color: rgb(155,185,210); }

 H1.HeaderClassName
 {
   color: #9BB9D2;
 }
 .AnyTagClassName
 {
   color: #9BB9D2;
 }
</style>

background-color css

<style>
 a { background-color: #9BB9D2; }

 a { background-color: rgb(155,185,210); }

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

border-color css

<style>
 span { border-color: #9BB9D2; }

 span { border-color: rgb(155,185,210); }

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