Html Css Color HEX #208393 Scooter

📋 copy color: '#208393'

red 32 ◦ green 131 ◦ blue 147

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

Shades of Scooter #208393

Tints of Scooter #208393

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.26%

 BLUE value IS 147 (57.81% from 255) = 47.42%

R = 10.32%
G = 42.26%
B = 47.42%

CMYK

 C value IS 0.78

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#208393 (or 0x208393) is known color: Scooter. HEX triplet: 20, 83 and 93. RGB value is (32,131,147). Sum of RGB (Red+Green+Blue) = 32+131+147=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 131 (51.56% from 255 or 42.26% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: blue. Hex color #208393 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208393 is #DF7C6C. Grayscale: #676767. Windows color (decimal): -14646381 or 9667360. OLE color: 9667360.

HSL color Cylindrical-coordinate representation of color #208393: hue angle of 188.35º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #208393 is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 131 147 -
CMYK 0.78 0.11 0 0.42
HSL 188.35º 0.64% 0.35% -
HSV(B) 188.35º 0.78% 0.58% -
XYZ 13.98 18.65 30.47 -
YUV 103.22 152.7 77.2 -
System Red Green Blue C M Y K H S L
Decimal 32 131 147 0.78 0.11 0 0.42 188.35 0.64 0.35
Hex 20 83 93 4E B 0 2A BC 40 23
Octal 40 203 223 116 13 0 52 274 100 43
Binary 100000 10000011 10010011 1001110 1011 0 101010 10111100 1000000 100011

Color Harmonies of #208393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208393

Black with #208393

Text Example


Text Example

White with #208393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208393; }

 p { color: rgb(32,131,147); }

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

background-color css

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

 a { background-color: rgb(32,131,147); }

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

border-color css

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

 span { border-color: rgb(32,131,147); }

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