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

📋 copy color: '#1ADAC4'

red 26 ◦ green 218 ◦ blue 196

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

Shades of Robin's Egg Blue #1ADAC4

Tints of Robin's Egg Blue #1ADAC4

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.55%

 BLUE value IS 196 (76.95% from 255) = 44.55%

R = 5.91%
G = 49.55%
B = 44.55%

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

#1ADAC4 (or 0x1ADAC4) is known color: Robin's Egg Blue. HEX triplet: 1A, DA and C4. RGB value is (26,218,196). Sum of RGB (Red+Green+Blue) = 26+218+196=440 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.91% from 440); Green value is 218 (85.55% from 255 or 49.55% from 440); Blue value is 196 (76.95% from 255 or 44.55% from 440); Max value from RGB is 218 - color contains mainly: green. Hex color #1ADAC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADAC4 is #E5253B. Grayscale: #9D9D9D. Windows color (decimal): -15017276 or 12900890. OLE color: 12900890.

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

Color convert

RGB 26 218 196 -
CMYK 0.88 0 0.10 0.15
HSL 173.13º 0.79% 0.48% -
HSV(B) 173.13º 0.88% 0.85% -
XYZ 35.46 54.35 60.85 -
YUV 158.08 149.39 33.79 -
System Red Green Blue C M Y K H S L
Decimal 26 218 196 0.88 0 0.10 0.15 173.13 0.79 0.48
Hex 1A DA C4 58 0 A F AD 4F 30
Octal 32 332 304 130 0 12 17 255 117 60
Binary 11010 11011010 11000100 1011000 0 1010 1111 10101101 1001111 110000

Color Harmonies of #1ADAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADAC4

Black with #1ADAC4

Text Example


Text Example

White with #1ADAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,218,196); }

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

background-color css

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

 a { background-color: rgb(26,218,196); }

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

border-color css

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

 span { border-color: rgb(26,218,196); }

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