Html Css Color HEX #208598 Scooter

📋 copy color: '#208598'

red 32 ◦ green 133 ◦ blue 152

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

Shades of Scooter #208598

Tints of Scooter #208598

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.96%

 BLUE value IS 152 (59.77% from 255) = 47.95%

R = 10.09%
G = 41.96%
B = 47.95%

CMYK

 C value IS 0.79

 M value IS 0.13

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#208598 (or 0x208598) is known color: Scooter. HEX triplet: 20, 85 and 98. RGB value is (32,133,152). Sum of RGB (Red+Green+Blue) = 32+133+152=317 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.09% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 152 - color contains mainly: blue. Hex color #208598 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208598 is #DF7A67. Grayscale: #686868. Windows color (decimal): -14645864 or 9995552. OLE color: 9995552.

HSL color Cylindrical-coordinate representation of color #208598: hue angle of 189.5º 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 #208598 is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 32 133 152 -
CMYK 0.79 0.13 0 0.40
HSL 189.5º 0.65% 0.36% -
HSV(B) 189.5º 0.79% 0.6% -
XYZ 14.65 19.35 32.67 -
YUV 104.97 154.54 75.96 -
System Red Green Blue C M Y K H S L
Decimal 32 133 152 0.79 0.13 0 0.40 189.5 0.65 0.36
Hex 20 85 98 4F D 0 28 BE 41 24
Octal 40 205 230 117 15 0 50 276 101 44
Binary 100000 10000101 10011000 1001111 1101 0 101000 10111110 1000001 100100

Color Harmonies of #208598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208598

Black with #208598

Text Example


Text Example

White with #208598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208598; }

 p { color: rgb(32,133,152); }

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

background-color css

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

 a { background-color: rgb(32,133,152); }

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

border-color css

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

 span { border-color: rgb(32,133,152); }

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