Html Css Color HEX #8BADCF Polo Blue

📋 copy color: '#8BADCF'

red 139 ◦ green 173 ◦ blue 207

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

Shades of Polo Blue #8BADCF

Tints of Polo Blue #8BADCF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.33%

 BLUE value IS 207 (81.25% from 255) = 39.88%

R = 26.78%
G = 33.33%
B = 39.88%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8BADCF (or 0x8BADCF) is known color: Polo Blue. HEX triplet: 8B, AD and CF. RGB value is (139,173,207). Sum of RGB (Red+Green+Blue) = 139+173+207=519 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.78% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #8BADCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BADCF is #745230. Grayscale: #A6A6A6. Windows color (decimal): -7623217 or 13610379. OLE color: 13610379.

HSL color Cylindrical-coordinate representation of color #8BADCF: hue angle of 210º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BADCF is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 139 173 207 -
CMYK 0.33 0.16 0 0.19
HSL 210º 0.41% 0.68% -
HSV(B) 210º 0.33% 0.81% -
XYZ 36.85 39.88 64.79 -
YUV 166.71 150.74 108.24 -
System Red Green Blue C M Y K H S L
Decimal 139 173 207 0.33 0.16 0 0.19 210 0.41 0.68
Hex 8B AD CF 21 10 0 13 D2 29 44
Octal 213 255 317 41 20 0 23 322 51 104
Binary 10001011 10101101 11001111 100001 10000 0 10011 11010010 101001 1000100

Color Harmonies of #8BADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BADCF

Black with #8BADCF

Text Example


Text Example

White with #8BADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,173,207); }

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

background-color css

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

 a { background-color: rgb(139,173,207); }

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

border-color css

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

 span { border-color: rgb(139,173,207); }

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