Html Css Color HEX #208AAC Pelorous

📋 copy color: '#208AAC'

red 32 ◦ green 138 ◦ blue 172

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

Shades of Pelorous #208AAC

Tints of Pelorous #208AAC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.35%

 BLUE value IS 172 (67.58% from 255) = 50.29%

R = 9.36%
G = 40.35%
B = 50.29%

CMYK

 C value IS 0.81

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#208AAC (or 0x208AAC) is known color: Pelorous. HEX triplet: 20, 8A and AC. RGB value is (32,138,172). Sum of RGB (Red+Green+Blue) = 32+138+172=342 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.36% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #208AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208AAC is #DF7553. Grayscale: #6D6D6D. Windows color (decimal): -14644564 or 11307552. OLE color: 11307552.

HSL color Cylindrical-coordinate representation of color #208AAC: hue angle of 194.57º degrees, saturation: 0.69, 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 #208AAC is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 138 172 -
CMYK 0.81 0.20 0 0.33
HSL 194.57º 0.69% 0.4% -
HSV(B) 194.57º 0.81% 0.67% -
XYZ 17.13 21.46 42.27 -
YUV 110.18 162.88 72.24 -
System Red Green Blue C M Y K H S L
Decimal 32 138 172 0.81 0.20 0 0.33 194.57 0.69 0.4
Hex 20 8A AC 51 14 0 21 C3 45 28
Octal 40 212 254 121 24 0 41 303 105 50
Binary 100000 10001010 10101100 1010001 10100 0 100001 11000011 1000101 101000

Color Harmonies of #208AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208AAC

Black with #208AAC

Text Example


Text Example

White with #208AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,138,172); }

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

background-color css

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

 a { background-color: rgb(32,138,172); }

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

border-color css

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

 span { border-color: rgb(32,138,172); }

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