Html Css Color HEX #8BABC4 Polo Blue

📋 copy color: '#8BABC4'

red 139 ◦ green 171 ◦ blue 196

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

Shades of Polo Blue #8BABC4

Tints of Polo Blue #8BABC4

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.79%

 BLUE value IS 196 (76.95% from 255) = 38.74%

R = 27.47%
G = 33.79%
B = 38.74%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#8BABC4 (or 0x8BABC4) is known color: Polo Blue. HEX triplet: 8B, AB and C4. RGB value is (139,171,196). Sum of RGB (Red+Green+Blue) = 139+171+196=506 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.47% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 196 (76.95% from 255 or 38.74% from 506); Max value from RGB is 196 - color contains mainly: blue. Hex color #8BABC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BABC4 is #74543B. Grayscale: #A4A4A4. Windows color (decimal): -7623740 or 12888971. OLE color: 12888971.

HSL color Cylindrical-coordinate representation of color #8BABC4: hue angle of 206.32º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BABC4 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 139 171 196 -
CMYK 0.29 0.13 0 0.23
HSL 206.32º 0.33% 0.66% -
HSV(B) 206.32º 0.29% 0.77% -
XYZ 35.17 38.6 57.82 -
YUV 164.28 145.9 109.97 -
System Red Green Blue C M Y K H S L
Decimal 139 171 196 0.29 0.13 0 0.23 206.32 0.33 0.66
Hex 8B AB C4 1D D 0 17 CE 21 42
Octal 213 253 304 35 15 0 27 316 41 102
Binary 10001011 10101011 11000100 11101 1101 0 10111 11001110 100001 1000010

Color Harmonies of #8BABC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BABC4

Black with #8BABC4

Text Example


Text Example

White with #8BABC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,171,196); }

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

background-color css

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

 a { background-color: rgb(139,171,196); }

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

border-color css

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

 span { border-color: rgb(139,171,196); }

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