Html Css Color HEX #9BB5CD Polo Blue

📋 copy color: '#9BB5CD'

red 155 ◦ green 181 ◦ blue 205

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

Shades of Polo Blue #9BB5CD

Tints of Polo Blue #9BB5CD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.46%

 BLUE value IS 205 (80.47% from 255) = 37.89%

R = 28.65%
G = 33.46%
B = 37.89%

CMYK

 C value IS 0.24

 M value IS 0.12

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9BB5CD (or 0x9BB5CD) is known color: Polo Blue. HEX triplet: 9B, B5 and CD. RGB value is (155,181,205). Sum of RGB (Red+Green+Blue) = 155+181+205=541 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.65% from 541); Green value is 181 (71.09% from 255 or 33.46% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 205 - color contains mainly: blue. Hex color #9BB5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB5CD is #644A32. Grayscale: #AFAFAF. Windows color (decimal): -6572595 or 13481371. OLE color: 13481371.

HSL color Cylindrical-coordinate representation of color #9BB5CD: hue angle of 208.8º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BB5CD is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 181 205 -
CMYK 0.24 0.12 0 0.20
HSL 208.8º 0.33% 0.71% -
HSV(B) 208.8º 0.24% 0.8% -
XYZ 41.06 44.42 64.17 -
YUV 175.96 144.39 113.05 -
System Red Green Blue C M Y K H S L
Decimal 155 181 205 0.24 0.12 0 0.20 208.8 0.33 0.71
Hex 9B B5 CD 18 C 0 14 D1 21 47
Octal 233 265 315 30 14 0 24 321 41 107
Binary 10011011 10110101 11001101 11000 1100 0 10100 11010001 100001 1000111

Color Harmonies of #9BB5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB5CD

Black with #9BB5CD

Text Example


Text Example

White with #9BB5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,181,205); }

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

background-color css

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

 a { background-color: rgb(155,181,205); }

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

border-color css

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

 span { border-color: rgb(155,181,205); }

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