#2F8EAB

Color #2F8EAB Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #2F8EAB

Tints of Scooter #2F8EAB

Color information

#2F8EAB (or 0x2F8EAB) is unknown color: approx Scooter. HEX triplet: 2F, 8E and AB. RGB value is (47,142,171). Sum of RGB (Red+Green+Blue) = 47+142+171=360 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.06% from 360); Green value is 142 (55.86% from 255 or 39.44% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #2F8EAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8EAB is #D07154. Grayscale: #747474. Windows color (decimal): -13660501 or 11243055. OLE color: 11243055.

HSL color Cylindrical-coordinate representation of color #2F8EAB: hue angle of 194.03º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F8EAB is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB47142171-
CMYK0.730.1700.33
HSL194.03º56.88%42.75%-
HSV(B)194.03º72.51%67.06%-
XYZ18.222.8941.99-
YUV116.9158.5378.14-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.06%
GREEN value IS 142 (55.86% from 255) = 39.44%
BLUE value IS 171 (67.19% from 255) = 47.5%
R=13.06%
G=39.44%
B=47.5%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal471421710.730.1700.33194.0356.8842.75
Hex2F8EAB4911021c2392b
Octal57216253111210413027153
Binary1011111000111010101011100100110001010000111000010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F8EAB; }

 p { color: rgb(47,142,171); }

 H1.HeaderClassName
 {
   color: #2F8EAB;
 }
 .AnyTagClassName
 {
   color: #2F8EAB;
 }
</style>
background-color css

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

 a { background-color: rgb(47,142,171); }

 div.DivClassName
 {
   background-color: #2F8EAB;
 }
 .BgClassName
 {
   background-color: #2F8EAB;
 }
</style>
border-color css

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

 span { border-color: rgb(47,142,171); }

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