Html Css Color HEX #2F8EAC Scooter

📋 copy color: '#2F8EAC'

red 47 ◦ green 142 ◦ blue 172

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

Shades of Scooter #2F8EAC

Tints of Scooter #2F8EAC

RGB

 RED value IS 47 (18.75% from 255) = 13.02%

 GREEN value IS 142 (55.86% from 255) = 39.34%

 BLUE value IS 172 (67.58% from 255) = 47.65%

R = 13.02%
G = 39.34%
B = 47.65%

CMYK

 C value IS 0.73

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2F8EAC (or 0x2F8EAC) is known color: Scooter. HEX triplet: 2F, 8E and AC. RGB value is (47,142,172). Sum of RGB (Red+Green+Blue) = 47+142+172=361 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.02% from 361); Green value is 142 (55.86% from 255 or 39.34% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #2F8EAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8EAC is #D07153. Grayscale: #747474. Windows color (decimal): -13660500 or 11308591. OLE color: 11308591.

HSL color Cylindrical-coordinate representation of color #2F8EAC: hue angle of 194.4º 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 #2F8EAC is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 142 172 -
CMYK 0.73 0.17 0 0.33
HSL 194.4º 0.57% 0.43% -
HSV(B) 194.4º 0.73% 0.67% -
XYZ 18.29 22.93 42.49 -
YUV 117.02 159.03 78.06 -
System Red Green Blue C M Y K H S L
Decimal 47 142 172 0.73 0.17 0 0.33 194.4 0.57 0.43
Hex 2F 8E AC 49 11 0 21 C2 39 2B
Octal 57 216 254 111 21 0 41 302 71 53
Binary 101111 10001110 10101100 1001001 10001 0 100001 11000010 111001 101011

Color Harmonies of #2F8EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8EAC

Black with #2F8EAC

Text Example


Text Example

White with #2F8EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F8EAC;
 }
 .AnyTagClassName
 {
   color: #2F8EAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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