#1DAABE

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

Shades of Pelorous #1DAABE

Tints of Pelorous #1DAABE

Color information

#1DAABE (or 0x1DAABE) is unknown color: approx Pelorous. HEX triplet: 1D, AA and BE. RGB value is (29,170,190). Sum of RGB (Red+Green+Blue) = 29+170+190=389 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.46% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #1DAABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DAABE is #E25541. Grayscale: #818181. Windows color (decimal): -14832962 or 12495389. OLE color: 12495389.

HSL color Cylindrical-coordinate representation of color #1DAABE: hue angle of 187.45º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DAABE is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB29170190-
CMYK0.850.1100.25
HSL187.45º73.52%42.94%-
HSV(B)187.45º84.74%74.51%-
XYZ24.1832.7353.76-
YUV130.12161.7955.87-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.46%
GREEN value IS 170 (66.80% from 255) = 43.70%
BLUE value IS 190 (74.61% from 255) = 48.84%
R=7.46%
G=43.70%
B=48.84%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal291701900.850.1100.25187.4573.5242.94
Hex1DAABE55B019bb4a2b
Octal352522761251303127311253
Binary11101101010101011111010101011011011001101110111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DAABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,170,190); }

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

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

 a { background-color: rgb(29,170,190); }

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

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

 span { border-color: rgb(29,170,190); }

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