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

📋 copy color: '#1AD8C2'

red 26 ◦ green 216 ◦ blue 194

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

Shades of Robin's Egg Blue #1AD8C2

Tints of Robin's Egg Blue #1AD8C2

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.54%

 BLUE value IS 194 (76.17% from 255) = 44.5%

R = 5.96%
G = 49.54%
B = 44.5%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#1AD8C2 (or 0x1AD8C2) is known color: Robin's Egg Blue. HEX triplet: 1A, D8 and C2. RGB value is (26,216,194). Sum of RGB (Red+Green+Blue) = 26+216+194=436 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.96% from 436); Green value is 216 (84.77% from 255 or 49.54% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 216 - color contains mainly: green. Hex color #1AD8C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AD8C2 is #E5273D. Grayscale: #9C9C9C. Windows color (decimal): -15017790 or 12769306. OLE color: 12769306.

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

Color convert

RGB 26 216 194 -
CMYK 0.88 0 0.10 0.15
HSL 173.05º 0.79% 0.47% -
HSV(B) 173.05º 0.88% 0.85% -
XYZ 34.72 53.23 59.48 -
YUV 156.68 149.05 34.79 -
System Red Green Blue C M Y K H S L
Decimal 26 216 194 0.88 0 0.10 0.15 173.05 0.79 0.47
Hex 1A D8 C2 58 0 A F AD 4F 2F
Octal 32 330 302 130 0 12 17 255 117 57
Binary 11010 11011000 11000010 1011000 0 1010 1111 10101101 1001111 101111

Color Harmonies of #1AD8C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD8C2

Black with #1AD8C2

Text Example


Text Example

White with #1AD8C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,216,194); }

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

background-color css

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

 a { background-color: rgb(26,216,194); }

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

border-color css

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

 span { border-color: rgb(26,216,194); }

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