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

📋 copy color: '#1EDAC7'

red 30 ◦ green 218 ◦ blue 199

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

Shades of Robin's Egg Blue #1EDAC7

Tints of Robin's Egg Blue #1EDAC7

RGB

 RED value IS 30 (12.11% from 255) = 6.71%

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

 BLUE value IS 199 (78.13% from 255) = 44.52%

R = 6.71%
G = 48.77%
B = 44.52%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#1EDAC7 (or 0x1EDAC7) is known color: Robin's Egg Blue. HEX triplet: 1E, DA and C7. RGB value is (30,218,199). Sum of RGB (Red+Green+Blue) = 30+218+199=447 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.71% from 447); Green value is 218 (85.55% from 255 or 48.77% from 447); Blue value is 199 (78.12% from 255 or 44.52% from 447); Max value from RGB is 218 - color contains mainly: green. Hex color #1EDAC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDAC7 is #E12538. Grayscale: #9F9F9F. Windows color (decimal): -14755129 or 13097502. OLE color: 13097502.

HSL color Cylindrical-coordinate representation of color #1EDAC7: hue angle of 173.94º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDAC7 is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 30 218 199 -
CMYK 0.86 0 0.09 0.15
HSL 173.94º 0.76% 0.49% -
HSV(B) 173.94º 0.86% 0.85% -
XYZ 35.92 54.54 62.67 -
YUV 159.62 150.22 35.54 -
System Red Green Blue C M Y K H S L
Decimal 30 218 199 0.86 0 0.09 0.15 173.94 0.76 0.49
Hex 1E DA C7 56 0 9 F AE 4C 31
Octal 36 332 307 126 0 11 17 256 114 61
Binary 11110 11011010 11000111 1010110 0 1001 1111 10101110 1001100 110001

Color Harmonies of #1EDAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDAC7

Black with #1EDAC7

Text Example


Text Example

White with #1EDAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,218,199); }

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

background-color css

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

 a { background-color: rgb(30,218,199); }

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

border-color css

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

 span { border-color: rgb(30,218,199); }

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