Html Css Color HEX #9BB5CC Polo Blue

📋 copy color: '#9BB5CC'

red 155 ◦ green 181 ◦ blue 204

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

Shades of Polo Blue #9BB5CC

Tints of Polo Blue #9BB5CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.78%

R = 28.7%
G = 33.52%
B = 37.78%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9BB5CC (or 0x9BB5CC) is known color: Polo Blue. HEX triplet: 9B, B5 and CC. RGB value is (155,181,204). Sum of RGB (Red+Green+Blue) = 155+181+204=540 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.70% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 204 - color contains mainly: blue. Hex color #9BB5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB5CC is #644A33. Grayscale: #AFAFAF. Windows color (decimal): -6572596 or 13415835. OLE color: 13415835.

HSL color Cylindrical-coordinate representation of color #9BB5CC: hue angle of 208.16º 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 #9BB5CC is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 155 181 204 -
CMYK 0.24 0.11 0 0.2
HSL 208.16º 0.32% 0.7% -
HSV(B) 208.16º 0.24% 0.8% -
XYZ 40.94 44.38 63.53 -
YUV 175.85 143.89 113.13 -
System Red Green Blue C M Y K H S L
Decimal 155 181 204 0.24 0.11 0 0.2 208.16 0.32 0.7
Hex 9B B5 CC 18 B 0 14 D0 20 46
Octal 233 265 314 30 13 0 24 320 40 106
Binary 10011011 10110101 11001100 11000 1011 0 10100 11010000 100000 1000110

Color Harmonies of #9BB5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB5CC

Black with #9BB5CC

Text Example


Text Example

White with #9BB5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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