Html Css Color HEX #9BAFC6 Polo Blue

📋 copy color: '#9BAFC6'

red 155 ◦ green 175 ◦ blue 198

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

Shades of Polo Blue #9BAFC6

Tints of Polo Blue #9BAFC6

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.14%

 BLUE value IS 198 (77.73% from 255) = 37.5%

R = 29.36%
G = 33.14%
B = 37.5%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9BAFC6 (or 0x9BAFC6) is known color: Polo Blue. HEX triplet: 9B, AF and C6. RGB value is (155,175,198). Sum of RGB (Red+Green+Blue) = 155+175+198=528 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.36% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 198 (77.73% from 255 or 37.5% from 528); Max value from RGB is 198 - color contains mainly: blue. Hex color #9BAFC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAFC6 is #645039. Grayscale: #ABABAB. Windows color (decimal): -6574138 or 13021083. OLE color: 13021083.

HSL color Cylindrical-coordinate representation of color #9BAFC6: hue angle of 212.09º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9BAFC6 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 155 175 198 -
CMYK 0.22 0.12 0 0.22
HSL 212.09º 0.27% 0.69% -
HSV(B) 212.09º 0.22% 0.78% -
XYZ 39.04 41.71 59.42 -
YUV 171.64 142.87 116.13 -
System Red Green Blue C M Y K H S L
Decimal 155 175 198 0.22 0.12 0 0.22 212.09 0.27 0.69
Hex 9B AF C6 16 C 0 16 D4 1B 45
Octal 233 257 306 26 14 0 26 324 33 105
Binary 10011011 10101111 11000110 10110 1100 0 10110 11010100 11011 1000101

Color Harmonies of #9BAFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAFC6

Black with #9BAFC6

Text Example


Text Example

White with #9BAFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,175,198); }

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

background-color css

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

 a { background-color: rgb(155,175,198); }

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

border-color css

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

 span { border-color: rgb(155,175,198); }

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