Html Css Color HEX #8CAFD2 Polo Blue

📋 copy color: '#8CAFD2'

red 140 ◦ green 175 ◦ blue 210

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

Shades of Polo Blue #8CAFD2

Tints of Polo Blue #8CAFD2

RGB

 RED value IS 140 (55.08% from 255) = 26.67%

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

 BLUE value IS 210 (82.42% from 255) = 40%

R = 26.67%
G = 33.33%
B = 40%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8CAFD2 (or 0x8CAFD2) is known color: Polo Blue. HEX triplet: 8C, AF and D2. RGB value is (140,175,210). Sum of RGB (Red+Green+Blue) = 140+175+210=525 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.67% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 210 (82.42% from 255 or 40% from 525); Max value from RGB is 210 - color contains mainly: blue. Hex color #8CAFD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAFD2 is #73502D. Grayscale: #A8A8A8. Windows color (decimal): -7557166 or 13807500. OLE color: 13807500.

HSL color Cylindrical-coordinate representation of color #8CAFD2: hue angle of 210º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CAFD2 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 140 175 210 -
CMYK 0.33 0.17 0 0.18
HSL 210º 0.44% 0.69% -
HSV(B) 210º 0.33% 0.82% -
XYZ 37.78 40.89 66.87 -
YUV 168.53 151.4 107.65 -
System Red Green Blue C M Y K H S L
Decimal 140 175 210 0.33 0.17 0 0.18 210 0.44 0.69
Hex 8C AF D2 21 11 0 12 D2 2C 45
Octal 214 257 322 41 21 0 22 322 54 105
Binary 10001100 10101111 11010010 100001 10001 0 10010 11010010 101100 1000101

Color Harmonies of #8CAFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAFD2

Black with #8CAFD2

Text Example


Text Example

White with #8CAFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,175,210); }

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

background-color css

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

 a { background-color: rgb(140,175,210); }

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

border-color css

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

 span { border-color: rgb(140,175,210); }

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