Html Css Color HEX #9BB4CB Polo Blue

📋 copy color: '#9BB4CB'

red 155 ◦ green 180 ◦ blue 203

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

Shades of Polo Blue #9BB4CB

Tints of Polo Blue #9BB4CB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.46%

 BLUE value IS 203 (79.69% from 255) = 37.73%

R = 28.81%
G = 33.46%
B = 37.73%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9BB4CB (or 0x9BB4CB) is known color: Polo Blue. HEX triplet: 9B, B4 and CB. RGB value is (155,180,203). Sum of RGB (Red+Green+Blue) = 155+180+203=538 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.81% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: blue. Hex color #9BB4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB4CB is #644B34. Grayscale: #AFAFAF. Windows color (decimal): -6572853 or 13350043. OLE color: 13350043.

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

Color convert

RGB 155 180 203 -
CMYK 0.24 0.11 0 0.20
HSL 208.75º 0.32% 0.7% -
HSV(B) 208.75º 0.24% 0.8% -
XYZ 40.62 43.92 62.84 -
YUV 175.15 143.72 113.63 -
System Red Green Blue C M Y K H S L
Decimal 155 180 203 0.24 0.11 0 0.20 208.75 0.32 0.7
Hex 9B B4 CB 18 B 0 14 D1 20 46
Octal 233 264 313 30 13 0 24 321 40 106
Binary 10011011 10110100 11001011 11000 1011 0 10100 11010001 100000 1000110

Color Harmonies of #9BB4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB4CB

Black with #9BB4CB

Text Example


Text Example

White with #9BB4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,180,203); }

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

background-color css

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

 a { background-color: rgb(155,180,203); }

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

border-color css

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

 span { border-color: rgb(155,180,203); }

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