Html Css Color HEX #208395 Scooter

📋 copy color: '#208395'

red 32 ◦ green 131 ◦ blue 149

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

Shades of Scooter #208395

Tints of Scooter #208395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 47.76%

R = 10.26%
G = 41.99%
B = 47.76%

CMYK

 C value IS 0.79

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#208395 (or 0x208395) is known color: Scooter. HEX triplet: 20, 83 and 95. RGB value is (32,131,149). Sum of RGB (Red+Green+Blue) = 32+131+149=312 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.26% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 149 (58.59% from 255 or 47.76% from 312); Max value from RGB is 149 - color contains mainly: blue. Hex color #208395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208395 is #DF7C6A. Grayscale: #676767. Windows color (decimal): -14646379 or 9798432. OLE color: 9798432.

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

Color convert

RGB 32 131 149 -
CMYK 0.79 0.12 0 0.42
HSL 189.23º 0.65% 0.35% -
HSV(B) 189.23º 0.79% 0.58% -
XYZ 14.14 18.71 31.3 -
YUV 103.45 153.7 77.04 -
System Red Green Blue C M Y K H S L
Decimal 32 131 149 0.79 0.12 0 0.42 189.23 0.65 0.35
Hex 20 83 95 4F C 0 2A BD 41 23
Octal 40 203 225 117 14 0 52 275 101 43
Binary 100000 10000011 10010101 1001111 1100 0 101010 10111101 1000001 100011

Color Harmonies of #208395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208395

Black with #208395

Text Example


Text Example

White with #208395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208395; }

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

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

background-color css

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

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

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

border-color css

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

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

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