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

📋 copy color: '#1AD2CD'

red 26 ◦ green 210 ◦ blue 205

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

Shades of Robin's Egg Blue #1AD2CD

Tints of Robin's Egg Blue #1AD2CD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.62%

 BLUE value IS 205 (80.47% from 255) = 46.49%

R = 5.9%
G = 47.62%
B = 46.49%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#1AD2CD (or 0x1AD2CD) is known color: Robin's Egg Blue. HEX triplet: 1A, D2 and CD. RGB value is (26,210,205). Sum of RGB (Red+Green+Blue) = 26+210+205=441 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.90% from 441); Green value is 210 (82.42% from 255 or 47.62% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 210 - color contains mainly: green. Hex color #1AD2CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AD2CD is #E52D32. Grayscale: #9A9A9A. Windows color (decimal): -15019315 or 13488666. OLE color: 13488666.

HSL color Cylindrical-coordinate representation of color #1AD2CD: hue angle of 178.37º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD2CD is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 26 210 205 -
CMYK 0.88 0 0.02 0.18
HSL 178.37º 0.78% 0.46% -
HSV(B) 178.37º 0.88% 0.82% -
XYZ 34.49 50.72 65.73 -
YUV 154.41 156.54 36.41 -
System Red Green Blue C M Y K H S L
Decimal 26 210 205 0.88 0 0.02 0.18 178.37 0.78 0.46
Hex 1A D2 CD 58 0 2 12 B2 4E 2E
Octal 32 322 315 130 0 2 22 262 116 56
Binary 11010 11010010 11001101 1011000 0 10 10010 10110010 1001110 101110

Color Harmonies of #1AD2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD2CD

Black with #1AD2CD

Text Example


Text Example

White with #1AD2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,210,205); }

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

background-color css

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

 a { background-color: rgb(26,210,205); }

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

border-color css

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

 span { border-color: rgb(26,210,205); }

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