Html Css Color HEX #9BB4CC Polo Blue

📋 copy color: '#9BB4CC'

red 155 ◦ green 180 ◦ blue 204

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

Shades of Polo Blue #9BB4CC

Tints of Polo Blue #9BB4CC

RGB

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

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

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

R = 28.76%
G = 33.4%
B = 37.85%

CMYK

 C value IS 0.24

 M value IS 0.12

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9BB4CC (or 0x9BB4CC) is known color: Polo Blue. HEX triplet: 9B, B4 and CC. RGB value is (155,180,204). Sum of RGB (Red+Green+Blue) = 155+180+204=539 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.76% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #9BB4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB4CC is #644B33. Grayscale: #AFAFAF. Windows color (decimal): -6572852 or 13415579. OLE color: 13415579.

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

Color convert

RGB 155 180 204 -
CMYK 0.24 0.12 0 0.2
HSL 209.39º 0.32% 0.7% -
HSV(B) 209.39º 0.24% 0.8% -
XYZ 40.74 43.97 63.47 -
YUV 175.26 144.22 113.55 -
System Red Green Blue C M Y K H S L
Decimal 155 180 204 0.24 0.12 0 0.2 209.39 0.32 0.7
Hex 9B B4 CC 18 C 0 14 D1 20 46
Octal 233 264 314 30 14 0 24 321 40 106
Binary 10011011 10110100 11001100 11000 1100 0 10100 11010001 100000 1000110

Color Harmonies of #9BB4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB4CC

Black with #9BB4CC

Text Example


Text Example

White with #9BB4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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