#1D88A4

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

Shades of Scooter #1D88A4

Tints of Scooter #1D88A4

Color information

#1D88A4 (or 0x1D88A4) is unknown color: approx Scooter. HEX triplet: 1D, 88 and A4. RGB value is (29,136,164). Sum of RGB (Red+Green+Blue) = 29+136+164=329 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.81% from 329); Green value is 136 (53.52% from 255 or 41.34% from 329); Blue value is 164 (64.45% from 255 or 49.85% from 329); Max value from RGB is 164 - color contains mainly: blue. Hex color #1D88A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D88A4 is #E2775B. Grayscale: #6A6A6A. Windows color (decimal): -14841692 or 10782749. OLE color: 10782749.

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

Color convert

RGB29136164-
CMYK0.820.1700.36
HSL192.44º69.95%37.84%-
HSV(B)192.44º82.32%64.31%-
XYZ16.0120.5538.24-
YUV107.2160.0572.22-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.81%
GREEN value IS 136 (53.52% from 255) = 41.34%
BLUE value IS 164 (64.45% from 255) = 49.85%
R=8.81%
G=41.34%
B=49.85%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal291361640.820.1700.36192.4469.9537.84
Hex1D88A45211024c04626
Octal352102441222104430010646
Binary1110110001000101001001010010100010100100110000001000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D88A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,136,164); }

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

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

 a { background-color: rgb(29,136,164); }

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

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

 span { border-color: rgb(29,136,164); }

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