Html Css Color HEX #208EAA Pelorous

📋 copy color: '#208EAA'

red 32 ◦ green 142 ◦ blue 170

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

Shades of Pelorous #208EAA

Tints of Pelorous #208EAA

RGB

 RED value IS 32 (12.89% from 255) = 9.3%

 GREEN value IS 142 (55.86% from 255) = 41.28%

 BLUE value IS 170 (66.8% from 255) = 49.42%

R = 9.3%
G = 41.28%
B = 49.42%

CMYK

 C value IS 0.81

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#208EAA (or 0x208EAA) is known color: Pelorous. HEX triplet: 20, 8E and AA. RGB value is (32,142,170). Sum of RGB (Red+Green+Blue) = 32+142+170=344 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.30% from 344); Green value is 142 (55.86% from 255 or 41.28% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #208EAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208EAA is #DF7155. Grayscale: #707070. Windows color (decimal): -14643542 or 11177504. OLE color: 11177504.

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

Color convert

RGB 32 142 170 -
CMYK 0.81 0.16 0 0.33
HSL 192.17º 0.68% 0.4% -
HSV(B) 192.17º 0.81% 0.67% -
XYZ 17.52 22.56 41.46 -
YUV 112.3 160.56 70.72 -
System Red Green Blue C M Y K H S L
Decimal 32 142 170 0.81 0.16 0 0.33 192.17 0.68 0.4
Hex 20 8E AA 51 10 0 21 C0 44 28
Octal 40 216 252 121 20 0 41 300 104 50
Binary 100000 10001110 10101010 1010001 10000 0 100001 11000000 1000100 101000

Color Harmonies of #208EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208EAA

Black with #208EAA

Text Example


Text Example

White with #208EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208EAA; }

 p { color: rgb(32,142,170); }

 H1.HeaderClassName
 {
   color: #208EAA;
 }
 .AnyTagClassName
 {
   color: #208EAA;
 }
</style>

background-color css

<style>
 a { background-color: #208EAA; }

 a { background-color: rgb(32,142,170); }

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

border-color css

<style>
 span { border-color: #208EAA; }

 span { border-color: rgb(32,142,170); }

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