Html Css Color HEX #8BB1CA Polo Blue

📋 copy color: '#8BB1CA'

red 139 ◦ green 177 ◦ blue 202

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

Shades of Polo Blue #8BB1CA

Tints of Polo Blue #8BB1CA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.17%

 BLUE value IS 202 (79.3% from 255) = 39%

R = 26.83%
G = 34.17%
B = 39%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8BB1CA (or 0x8BB1CA) is known color: Polo Blue. HEX triplet: 8B, B1 and CA. RGB value is (139,177,202). Sum of RGB (Red+Green+Blue) = 139+177+202=518 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.83% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #8BB1CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BB1CA is #744E35. Grayscale: #A8A8A8. Windows color (decimal): -7622198 or 13283723. OLE color: 13283723.

HSL color Cylindrical-coordinate representation of color #8BB1CA: hue angle of 203.81º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BB1CA is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 139 177 202 -
CMYK 0.31 0.12 0 0.21
HSL 203.81º 0.37% 0.67% -
HSV(B) 203.81º 0.31% 0.79% -
XYZ 37.03 41.2 61.88 -
YUV 168.49 146.91 106.97 -
System Red Green Blue C M Y K H S L
Decimal 139 177 202 0.31 0.12 0 0.21 203.81 0.37 0.67
Hex 8B B1 CA 1F C 0 15 CC 25 43
Octal 213 261 312 37 14 0 25 314 45 103
Binary 10001011 10110001 11001010 11111 1100 0 10101 11001100 100101 1000011

Color Harmonies of #8BB1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB1CA

Black with #8BB1CA

Text Example


Text Example

White with #8BB1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,177,202); }

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

background-color css

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

 a { background-color: rgb(139,177,202); }

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

border-color css

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

 span { border-color: rgb(139,177,202); }

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