Html Css Color HEX #8AB3CC Polo Blue

📋 copy color: '#8AB3CC'

red 138 ◦ green 179 ◦ blue 204

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

Shades of Polo Blue #8AB3CC

Tints of Polo Blue #8AB3CC

RGB

 RED value IS 138 (54.3% from 255) = 26.49%

 GREEN value IS 179 (70.31% from 255) = 34.36%

 BLUE value IS 204 (80.08% from 255) = 39.16%

R = 26.49%
G = 34.36%
B = 39.16%

CMYK

 C value IS 0.32

 M value IS 0.12

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8AB3CC (or 0x8AB3CC) is known color: Polo Blue. HEX triplet: 8A, B3 and CC. RGB value is (138,179,204). Sum of RGB (Red+Green+Blue) = 138+179+204=521 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.49% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #8AB3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB3CC is #754C33. Grayscale: #A9A9A9. Windows color (decimal): -7687220 or 13415306. OLE color: 13415306.

HSL color Cylindrical-coordinate representation of color #8AB3CC: hue angle of 202.73º degrees, saturation: 0.39, 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 #8AB3CC is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 138 179 204 -
CMYK 0.32 0.12 0 0.2
HSL 202.73º 0.39% 0.67% -
HSV(B) 202.73º 0.32% 0.8% -
XYZ 37.5 42 63.26 -
YUV 169.59 147.42 105.47 -
System Red Green Blue C M Y K H S L
Decimal 138 179 204 0.32 0.12 0 0.2 202.73 0.39 0.67
Hex 8A B3 CC 20 C 0 14 CB 27 43
Octal 212 263 314 40 14 0 24 313 47 103
Binary 10001010 10110011 11001100 100000 1100 0 10100 11001011 100111 1000011

Color Harmonies of #8AB3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB3CC

Black with #8AB3CC

Text Example


Text Example

White with #8AB3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,179,204); }

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

background-color css

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

 a { background-color: rgb(138,179,204); }

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

border-color css

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

 span { border-color: rgb(138,179,204); }

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