#1adbc5

Color #1ADBC5 Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #1ADBC5

Tints of Robin's Egg Blue #1ADBC5

Color information

#1ADBC5 (or 0x1ADBC5) is unknown color: approx Robin's Egg Blue. HEX triplet: 1A, DB and C5. RGB value is (26,219,197). Sum of RGB (Red+Green+Blue) = 26+219+197=442 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.88% from 442); Green value is 219 (85.94% from 255 or 49.55% from 442); Blue value is 197 (77.34% from 255 or 44.57% from 442); Max value from RGB is 219 - color contains mainly: green. Hex color #1ADBC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADBC5 is #E5243A. Grayscale: #9E9E9E. Windows color (decimal): -15017019 or 12966682. OLE color: 12966682.

HSL color Cylindrical-coordinate representation of color #1ADBC5: hue angle of 173.16º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADBC5 is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB26219197-
CMYK0.8800.100.14
HSL173.16º78.78%48.04%-
HSV(B)173.16º88.13%85.88%-
XYZ35.8454.9161.53-
YUV158.78149.5633.29-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 5.88%
GREEN value IS 219 (85.94% from 255) = 49.55%
BLUE value IS 197 (77.34% from 255) = 44.57%
R=5.88%
G=49.55%
B=44.57%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal262191970.8800.100.14173.1678.7848.04
Hex1ADBC5580AEad4f30
Octal323333051300121625511760
Binary1101011011011110001011011000010101110101011011001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1adbc5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,219,197); }

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

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

 a { background-color: rgb(26,219,197); }

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

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

 span { border-color: rgb(26,219,197); }

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