Html Css Color HEX #288DAB Scooter

📋 copy color: '#288DAB'

red 40 ◦ green 141 ◦ blue 171

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

Shades of Scooter #288DAB

Tints of Scooter #288DAB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.06%

 BLUE value IS 171 (67.19% from 255) = 48.58%

R = 11.36%
G = 40.06%
B = 48.58%

CMYK

 C value IS 0.77

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#288DAB (or 0x288DAB) is known color: Scooter. HEX triplet: 28, 8D and AB. RGB value is (40,141,171). Sum of RGB (Red+Green+Blue) = 40+141+171=352 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.36% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #288DAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288DAB is #D77254. Grayscale: #727272. Windows color (decimal): -14119509 or 11242792. OLE color: 11242792.

HSL color Cylindrical-coordinate representation of color #288DAB: hue angle of 193.74º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #288DAB is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 141 171 -
CMYK 0.77 0.18 0 0.33
HSL 193.74º 0.62% 0.41% -
HSV(B) 193.74º 0.77% 0.67% -
XYZ 17.75 22.44 41.92 -
YUV 114.22 160.04 75.06 -
System Red Green Blue C M Y K H S L
Decimal 40 141 171 0.77 0.18 0 0.33 193.74 0.62 0.41
Hex 28 8D AB 4D 12 0 21 C2 3E 29
Octal 50 215 253 115 22 0 41 302 76 51
Binary 101000 10001101 10101011 1001101 10010 0 100001 11000010 111110 101001

Color Harmonies of #288DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288DAB

Black with #288DAB

Text Example


Text Example

White with #288DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,141,171); }

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

background-color css

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

 a { background-color: rgb(40,141,171); }

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

border-color css

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

 span { border-color: rgb(40,141,171); }

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