Html Css Color HEX #208497 Scooter

📋 copy color: '#208497'

red 32 ◦ green 132 ◦ blue 151

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

Shades of Scooter #208497

Tints of Scooter #208497

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.9%

 BLUE value IS 151 (59.38% from 255) = 47.94%

R = 10.16%
G = 41.9%
B = 47.94%

CMYK

 C value IS 0.79

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#208497 (or 0x208497) is known color: Scooter. HEX triplet: 20, 84 and 97. RGB value is (32,132,151). Sum of RGB (Red+Green+Blue) = 32+132+151=315 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.16% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 151 (59.38% from 255 or 47.94% from 315); Max value from RGB is 151 - color contains mainly: blue. Hex color #208497 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208497 is #DF7B68. Grayscale: #686868. Windows color (decimal): -14646121 or 9929760. OLE color: 9929760.

HSL color Cylindrical-coordinate representation of color #208497: hue angle of 189.58º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #208497 is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 32 132 151 -
CMYK 0.79 0.13 0 0.41
HSL 189.58º 0.65% 0.36% -
HSV(B) 189.58º 0.79% 0.59% -
XYZ 14.43 19.04 32.19 -
YUV 104.27 154.37 76.46 -
System Red Green Blue C M Y K H S L
Decimal 32 132 151 0.79 0.13 0 0.41 189.58 0.65 0.36
Hex 20 84 97 4F D 0 29 BE 41 24
Octal 40 204 227 117 15 0 51 276 101 44
Binary 100000 10000100 10010111 1001111 1101 0 101001 10111110 1000001 100100

Color Harmonies of #208497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208497

Black with #208497

Text Example


Text Example

White with #208497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208497; }

 p { color: rgb(32,132,151); }

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

background-color css

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

 a { background-color: rgb(32,132,151); }

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

border-color css

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

 span { border-color: rgb(32,132,151); }

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