Html Css Color HEX #208099 Scooter

📋 copy color: '#208099'

red 32 ◦ green 128 ◦ blue 153

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

Shades of Scooter #208099

Tints of Scooter #208099

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.89%

 BLUE value IS 153 (60.16% from 255) = 48.88%

R = 10.22%
G = 40.89%
B = 48.88%

CMYK

 C value IS 0.79

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#208099 (or 0x208099) is known color: Scooter. HEX triplet: 20, 80 and 99. RGB value is (32,128,153). Sum of RGB (Red+Green+Blue) = 32+128+153=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #208099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208099 is #DF7F66. Grayscale: #656565. Windows color (decimal): -14647143 or 10059808. OLE color: 10059808.

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

Color convert

RGB 32 128 153 -
CMYK 0.79 0.16 0 0.4
HSL 192.4º 0.65% 0.36% -
HSV(B) 192.4º 0.79% 0.6% -
XYZ 14.06 18.05 32.88 -
YUV 102.15 156.7 77.97 -
System Red Green Blue C M Y K H S L
Decimal 32 128 153 0.79 0.16 0 0.4 192.4 0.65 0.36
Hex 20 80 99 4F 10 0 28 C0 41 24
Octal 40 200 231 117 20 0 50 300 101 44
Binary 100000 10000000 10011001 1001111 10000 0 101000 11000000 1000001 100100

Color Harmonies of #208099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208099

Black with #208099

Text Example


Text Example

White with #208099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208099; }

 p { color: rgb(32,128,153); }

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

background-color css

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

 a { background-color: rgb(32,128,153); }

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

border-color css

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

 span { border-color: rgb(32,128,153); }

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