#1F8DA4

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

Shades of Scooter #1F8DA4

Tints of Scooter #1F8DA4

Color information

#1F8DA4 (or 0x1F8DA4) is unknown color: approx Scooter. HEX triplet: 1F, 8D and A4. RGB value is (31,141,164). Sum of RGB (Red+Green+Blue) = 31+141+164=336 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.23% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 164 (64.45% from 255 or 48.81% from 336); Max value from RGB is 164 - color contains mainly: blue. Hex color #1F8DA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8DA4 is #E0725B. Grayscale: #6E6E6E. Windows color (decimal): -14709340 or 10784031. OLE color: 10784031.

HSL color Cylindrical-coordinate representation of color #1F8DA4: hue angle of 190.38º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F8DA4 is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB31141164-
CMYK0.810.1400.36
HSL190.38º68.21%38.24%-
HSV(B)190.38º81.1%64.31%-
XYZ16.7922.0238.49-
YUV110.73158.0671.13-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.23%
GREEN value IS 141 (55.47% from 255) = 41.96%
BLUE value IS 164 (64.45% from 255) = 48.81%
R=9.23%
G=41.96%
B=48.81%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal311411640.810.1400.36190.3868.2138.24
Hex1F8DA451E024be4426
Octal372152441211604427610446
Binary111111000110110100100101000111100100100101111101000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F8DA4; }

 p { color: rgb(31,141,164); }

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

<style>
 a { background-color: #1F8DA4; }

 a { background-color: rgb(31,141,164); }

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

<style>
 span { border-color: #1F8DA4; }

 span { border-color: rgb(31,141,164); }

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