#1DABBE

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

Shades of Pelorous #1DABBE

Tints of Pelorous #1DABBE

Color information

#1DABBE (or 0x1DABBE) is unknown color: approx Pelorous. HEX triplet: 1D, AB and BE. RGB value is (29,171,190). Sum of RGB (Red+Green+Blue) = 29+171+190=390 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.44% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #1DABBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DABBE is #E25441. Grayscale: #828282. Windows color (decimal): -14832706 or 12495645. OLE color: 12495645.

HSL color Cylindrical-coordinate representation of color #1DABBE: hue angle of 187.08º 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 #1DABBE is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB29171190-
CMYK0.850.1000.25
HSL187.08º73.52%42.94%-
HSV(B)187.08º84.74%74.51%-
XYZ24.3633.153.82-
YUV130.71161.4655.46-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.44%
GREEN value IS 171 (67.19% from 255) = 43.85%
BLUE value IS 190 (74.61% from 255) = 48.72%
R=7.44%
G=43.85%
B=48.72%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal291711900.850.1000.25187.0873.5242.94
Hex1DABBE55A019bb4a2b
Octal352532761251203127311253
Binary11101101010111011111010101011010011001101110111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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