Html Css Color HEX #1ADBBA Robin's Egg Blue

📋 copy color: '#1ADBBA'

red 26 ◦ green 219 ◦ blue 186

#1ADBBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Robin's Egg Blue #1ADBBA

Tints of Robin's Egg Blue #1ADBBA

RGB

 RED value IS 26 (10.55% from 255) = 6.03%

 GREEN value IS 219 (85.94% from 255) = 50.81%

 BLUE value IS 186 (73.05% from 255) = 43.16%

R = 6.03%
G = 50.81%
B = 43.16%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#1ADBBA (or 0x1ADBBA) is known color: Robin's Egg Blue. HEX triplet: 1A, DB and BA. RGB value is (26,219,186). Sum of RGB (Red+Green+Blue) = 26+219+186=431 (57% of max value = 765). Red value is 26 (10.55% from 255 or 6.03% from 431); Green value is 219 (85.94% from 255 or 50.81% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 219 - color contains mainly: green. Hex color #1ADBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADBBA is #E52445. Grayscale: #9D9D9D. Windows color (decimal): -15017030 or 12245786. OLE color: 12245786.

HSL color Cylindrical-coordinate representation of color #1ADBBA: hue angle of 169.74º 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 #1ADBBA is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 26 219 186 -
CMYK 0.88 0 0.15 0.14
HSL 169.74º 0.79% 0.48% -
HSV(B) 169.74º 0.88% 0.86% -
XYZ 34.62 54.43 55.14 -
YUV 157.53 144.06 34.18 -
System Red Green Blue C M Y K H S L
Decimal 26 219 186 0.88 0 0.15 0.14 169.74 0.79 0.48
Hex 1A DB BA 58 0 F E AA 4F 30
Octal 32 333 272 130 0 17 16 252 117 60
Binary 11010 11011011 10111010 1011000 0 1111 1110 10101010 1001111 110000

Color Harmonies of #1ADBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADBBA

Black with #1ADBBA

Text Example


Text Example

White with #1ADBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1ADBBA;
 }
 .AnyTagClassName
 {
   color: #1ADBBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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