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

📋 copy color: '#1ADDC1'

red 26 ◦ green 221 ◦ blue 193

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

Shades of Robin's Egg Blue #1ADDC1

Tints of Robin's Egg Blue #1ADDC1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.23%

 BLUE value IS 193 (75.78% from 255) = 43.86%

R = 5.91%
G = 50.23%
B = 43.86%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#1ADDC1 (or 0x1ADDC1) is known color: Robin's Egg Blue. HEX triplet: 1A, DD and C1. RGB value is (26,221,193). Sum of RGB (Red+Green+Blue) = 26+221+193=440 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.91% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADDC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADDC1 is #E5223E. Grayscale: #9F9F9F. Windows color (decimal): -15016511 or 12705050. OLE color: 12705050.

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

Color convert

RGB 26 221 193 -
CMYK 0.88 0 0.13 0.13
HSL 171.38º 0.79% 0.48% -
HSV(B) 171.38º 0.88% 0.87% -
XYZ 35.91 55.78 59.33 -
YUV 159.5 146.9 32.78 -
System Red Green Blue C M Y K H S L
Decimal 26 221 193 0.88 0 0.13 0.13 171.38 0.79 0.48
Hex 1A DD C1 58 0 D D AB 4F 30
Octal 32 335 301 130 0 15 15 253 117 60
Binary 11010 11011101 11000001 1011000 0 1101 1101 10101011 1001111 110000

Color Harmonies of #1ADDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADDC1

Black with #1ADDC1

Text Example


Text Example

White with #1ADDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,221,193); }

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

background-color css

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

 a { background-color: rgb(26,221,193); }

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

border-color css

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

 span { border-color: rgb(26,221,193); }

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