#2F9AA4

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

Shades of Scooter #2F9AA4

Tints of Scooter #2F9AA4

Color information

#2F9AA4 (or 0x2F9AA4) is unknown color: approx Scooter. HEX triplet: 2F, 9A and A4. RGB value is (47,154,164). Sum of RGB (Red+Green+Blue) = 47+154+164=365 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.88% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 164 (64.45% from 255 or 44.93% from 365); Max value from RGB is 164 - color contains mainly: blue. Hex color #2F9AA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F9AA4 is #D0655B. Grayscale: #7B7B7B. Windows color (decimal): -13657436 or 10787375. OLE color: 10787375.

HSL color Cylindrical-coordinate representation of color #2F9AA4: hue angle of 185.13º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2F9AA4 is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB47154164-
CMYK0.710.0600.36
HSL185.13º55.45%41.37%-
HSV(B)185.13º71.34%64.31%-
XYZ19.4326.439.19-
YUV123.15151.0573.69-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.88%
GREEN value IS 154 (60.55% from 255) = 42.19%
BLUE value IS 164 (64.45% from 255) = 44.93%
R=12.88%
G=42.19%
B=44.93%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal471541640.710.0600.36185.1355.4541.37
Hex2F9AA4476024b93729
Octal5723224410760442716751
Binary10111110011010101001001000111110010010010111001110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,154,164); }

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

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

 a { background-color: rgb(47,154,164); }

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

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

 span { border-color: rgb(47,154,164); }

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