#2f8dae

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

Shades of Scooter #2F8DAE

Tints of Scooter #2F8DAE

Color information

#2F8DAE (or 0x2F8DAE) is unknown color: approx Scooter. HEX triplet: 2F, 8D and AE. RGB value is (47,141,174). Sum of RGB (Red+Green+Blue) = 47+141+174=362 (47% of max value = 765). Red value is 47 (18.75% from 255 or 12.98% from 362); Green value is 141 (55.47% from 255 or 38.95% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #2F8DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8DAE is #D07251. Grayscale: #747474. Windows color (decimal): -13660754 or 11439407. OLE color: 11439407.

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

Color convert

RGB47141174-
CMYK0.730.1900.32
HSL195.59º57.47%43.33%-
HSV(B)195.59º72.99%68.24%-
XYZ18.3422.7143.46-
YUV116.66160.3678.32-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.98%
GREEN value IS 141 (55.47% from 255) = 38.95%
BLUE value IS 174 (68.36% from 255) = 48.07%
R=12.98%
G=38.95%
B=48.07%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal471411740.730.1900.32195.5957.4743.33
Hex2F8DAE4913020c4392b
Octal57215256111230403047153
Binary1011111000110110101110100100110011010000011000100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f8dae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,141,174); }

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

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

 a { background-color: rgb(47,141,174); }

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

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

 span { border-color: rgb(47,141,174); }

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