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

📋 copy color: '#1ADABD'

red 26 ◦ green 218 ◦ blue 189

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

Shades of Robin's Egg Blue #1ADABD

Tints of Robin's Egg Blue #1ADABD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.35%

 BLUE value IS 189 (74.22% from 255) = 43.65%

R = 6%
G = 50.35%
B = 43.65%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#1ADABD (or 0x1ADABD) is known color: Robin's Egg Blue. HEX triplet: 1A, DA and BD. RGB value is (26,218,189). Sum of RGB (Red+Green+Blue) = 26+218+189=433 (57% of max value = 765). Red value is 26 (10.55% from 255 or 6.00% from 433); Green value is 218 (85.55% from 255 or 50.35% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 218 - color contains mainly: green. Hex color #1ADABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADABD is #E52542. Grayscale: #9D9D9D. Windows color (decimal): -15017283 or 12442138. OLE color: 12442138.

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

Color convert

RGB 26 218 189 -
CMYK 0.88 0 0.13 0.15
HSL 170.94º 0.79% 0.48% -
HSV(B) 170.94º 0.88% 0.85% -
XYZ 34.68 54.04 56.75 -
YUV 157.29 145.89 34.36 -
System Red Green Blue C M Y K H S L
Decimal 26 218 189 0.88 0 0.13 0.15 170.94 0.79 0.48
Hex 1A DA BD 58 0 D F AB 4F 30
Octal 32 332 275 130 0 15 17 253 117 60
Binary 11010 11011010 10111101 1011000 0 1101 1111 10101011 1001111 110000

Color Harmonies of #1ADABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADABD

Black with #1ADABD

Text Example


Text Example

White with #1ADABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,218,189); }

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

background-color css

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

 a { background-color: rgb(26,218,189); }

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

border-color css

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

 span { border-color: rgb(26,218,189); }

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