Html Css Color HEX #8BAFCD Polo Blue

📋 copy color: '#8BAFCD'

red 139 ◦ green 175 ◦ blue 205

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

Shades of Polo Blue #8BAFCD

Tints of Polo Blue #8BAFCD

RGB

 RED value IS 139 (54.69% from 255) = 26.78%

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

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

R = 26.78%
G = 33.72%
B = 39.5%

CMYK

 C value IS 0.32

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8BAFCD (or 0x8BAFCD) is known color: Polo Blue. HEX triplet: 8B, AF and CD. RGB value is (139,175,205). Sum of RGB (Red+Green+Blue) = 139+175+205=519 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.78% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #8BAFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAFCD is #745032. Grayscale: #A7A7A7. Windows color (decimal): -7622707 or 13479819. OLE color: 13479819.

HSL color Cylindrical-coordinate representation of color #8BAFCD: hue angle of 207.27º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BAFCD is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 139 175 205 -
CMYK 0.32 0.15 0 0.20
HSL 207.27º 0.4% 0.67% -
HSV(B) 207.27º 0.32% 0.8% -
XYZ 37 40.56 63.64 -
YUV 167.66 149.07 107.56 -
System Red Green Blue C M Y K H S L
Decimal 139 175 205 0.32 0.15 0 0.20 207.27 0.4 0.67
Hex 8B AF CD 20 F 0 14 CF 28 43
Octal 213 257 315 40 17 0 24 317 50 103
Binary 10001011 10101111 11001101 100000 1111 0 10100 11001111 101000 1000011

Color Harmonies of #8BAFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAFCD

Black with #8BAFCD

Text Example


Text Example

White with #8BAFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BAFCD; }

 p { color: rgb(139,175,205); }

 H1.HeaderClassName
 {
   color: #8BAFCD;
 }
 .AnyTagClassName
 {
   color: #8BAFCD;
 }
</style>

background-color css

<style>
 a { background-color: #8BAFCD; }

 a { background-color: rgb(139,175,205); }

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

border-color css

<style>
 span { border-color: #8BAFCD; }

 span { border-color: rgb(139,175,205); }

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