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

📋 copy color: '#1ADCBE'

red 26 ◦ green 220 ◦ blue 190

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

Shades of Robin's Egg Blue #1ADCBE

Tints of Robin's Egg Blue #1ADCBE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.46%

 BLUE value IS 190 (74.61% from 255) = 43.58%

R = 5.96%
G = 50.46%
B = 43.58%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#1ADCBE (or 0x1ADCBE) is known color: Robin's Egg Blue. HEX triplet: 1A, DC and BE. RGB value is (26,220,190). Sum of RGB (Red+Green+Blue) = 26+220+190=436 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.96% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADCBE is #E52341. Grayscale: #9E9E9E. Windows color (decimal): -15016770 or 12508186. OLE color: 12508186.

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

Color convert

RGB 26 220 190 -
CMYK 0.88 0 0.14 0.14
HSL 170.72º 0.79% 0.48% -
HSV(B) 170.72º 0.88% 0.86% -
XYZ 35.31 55.12 57.49 -
YUV 158.57 145.73 33.44 -
System Red Green Blue C M Y K H S L
Decimal 26 220 190 0.88 0 0.14 0.14 170.72 0.79 0.48
Hex 1A DC BE 58 0 E E AB 4F 30
Octal 32 334 276 130 0 16 16 253 117 60
Binary 11010 11011100 10111110 1011000 0 1110 1110 10101011 1001111 110000

Color Harmonies of #1ADCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADCBE

Black with #1ADCBE

Text Example


Text Example

White with #1ADCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,220,190); }

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

background-color css

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

 a { background-color: rgb(26,220,190); }

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

border-color css

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

 span { border-color: rgb(26,220,190); }

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