Html Css Color HEX #1C8599 Scooter

📋 copy color: '#1C8599'

red 28 ◦ green 133 ◦ blue 153

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

Shades of Scooter #1C8599

Tints of Scooter #1C8599

RGB

 RED value IS 28 (11.33% from 255) = 8.92%

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

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

R = 8.92%
G = 42.36%
B = 48.73%

CMYK

 C value IS 0.82

 M value IS 0.13

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1C8599 (or 0x1C8599) is known color: Scooter. HEX triplet: 1C, 85 and 99. RGB value is (28,133,153). Sum of RGB (Red+Green+Blue) = 28+133+153=314 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.92% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 153 - color contains mainly: blue. Hex color #1C8599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8599 is #E37A66. Grayscale: #676767. Windows color (decimal): -14908007 or 10061084. OLE color: 10061084.

HSL color Cylindrical-coordinate representation of color #1C8599: hue angle of 189.6º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C8599 is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 28 133 153 -
CMYK 0.82 0.13 0 0.4
HSL 189.6º 0.69% 0.35% -
HSV(B) 189.6º 0.82% 0.6% -
XYZ 14.62 19.32 33.1 -
YUV 103.89 155.71 73.87 -
System Red Green Blue C M Y K H S L
Decimal 28 133 153 0.82 0.13 0 0.4 189.6 0.69 0.35
Hex 1C 85 99 52 D 0 28 BE 45 23
Octal 34 205 231 122 15 0 50 276 105 43
Binary 11100 10000101 10011001 1010010 1101 0 101000 10111110 1000101 100011

Color Harmonies of #1C8599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C8599

Black with #1C8599

Text Example


Text Example

White with #1C8599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C8599; }

 p { color: rgb(28,133,153); }

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

background-color css

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

 a { background-color: rgb(28,133,153); }

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

border-color css

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

 span { border-color: rgb(28,133,153); }

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