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

📋 copy color: '#1ADDBC'

red 26 ◦ green 221 ◦ blue 188

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

Shades of Robin's Egg Blue #1ADDBC

Tints of Robin's Egg Blue #1ADDBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.22%

R = 5.98%
G = 50.8%
B = 43.22%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#1ADDBC (or 0x1ADDBC) is known color: Robin's Egg Blue. HEX triplet: 1A, DD and BC. RGB value is (26,221,188). Sum of RGB (Red+Green+Blue) = 26+221+188=435 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.98% from 435); Green value is 221 (86.72% from 255 or 50.80% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADDBC is #E52243. Grayscale: #9E9E9E. Windows color (decimal): -15016516 or 12377370. OLE color: 12377370.

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

Color convert

RGB 26 221 188 -
CMYK 0.88 0 0.15 0.13
HSL 169.85º 0.79% 0.48% -
HSV(B) 169.85º 0.88% 0.87% -
XYZ 35.36 55.56 56.44 -
YUV 158.93 144.4 33.18 -
System Red Green Blue C M Y K H S L
Decimal 26 221 188 0.88 0 0.15 0.13 169.85 0.79 0.48
Hex 1A DD BC 58 0 F D AA 4F 30
Octal 32 335 274 130 0 17 15 252 117 60
Binary 11010 11011101 10111100 1011000 0 1111 1101 10101010 1001111 110000

Color Harmonies of #1ADDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADDBC

Black with #1ADDBC

Text Example


Text Example

White with #1ADDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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