Html Css Color HEX #288C99 Scooter

📋 copy color: '#288C99'

red 40 ◦ green 140 ◦ blue 153

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

Shades of Scooter #288C99

Tints of Scooter #288C99

RGB

 RED value IS 40 (16.02% from 255) = 12.01%

 GREEN value IS 140 (55.08% from 255) = 42.04%

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

R = 12.01%
G = 42.04%
B = 45.95%

CMYK

 C value IS 0.74

 M value IS 0.08

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#288C99 (or 0x288C99) is known color: Scooter. HEX triplet: 28, 8C and 99. RGB value is (40,140,153). Sum of RGB (Red+Green+Blue) = 40+140+153=333 (44% of max value = 765). Red value is 40 (16.02% from 255 or 12.01% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #288C99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288C99 is #D77366. Grayscale: #6F6F6F. Windows color (decimal): -14119783 or 10062888. OLE color: 10062888.

HSL color Cylindrical-coordinate representation of color #288C99: hue angle of 186.9º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #288C99 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 40 140 153 -
CMYK 0.74 0.08 0 0.4
HSL 186.9º 0.59% 0.38% -
HSV(B) 186.9º 0.74% 0.6% -
XYZ 16 21.51 33.44 -
YUV 111.58 151.37 76.94 -
System Red Green Blue C M Y K H S L
Decimal 40 140 153 0.74 0.08 0 0.4 186.9 0.59 0.38
Hex 28 8C 99 4A 8 0 28 BB 3B 26
Octal 50 214 231 112 10 0 50 273 73 46
Binary 101000 10001100 10011001 1001010 1000 0 101000 10111011 111011 100110

Color Harmonies of #288C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288C99

Black with #288C99

Text Example


Text Example

White with #288C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288C99; }

 p { color: rgb(40,140,153); }

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

background-color css

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

 a { background-color: rgb(40,140,153); }

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

border-color css

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

 span { border-color: rgb(40,140,153); }

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