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

📋 copy color: '#1CDEBA'

red 28 ◦ green 222 ◦ blue 186

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

Shades of Robin's Egg Blue #1CDEBA

Tints of Robin's Egg Blue #1CDEBA

RGB

 RED value IS 28 (11.33% from 255) = 6.42%

 GREEN value IS 222 (87.11% from 255) = 50.92%

 BLUE value IS 186 (73.05% from 255) = 42.66%

R = 6.42%
G = 50.92%
B = 42.66%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#1CDEBA (or 0x1CDEBA) is known color: Robin's Egg Blue. HEX triplet: 1C, DE and BA. RGB value is (28,222,186). Sum of RGB (Red+Green+Blue) = 28+222+186=436 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.42% from 436); Green value is 222 (87.11% from 255 or 50.92% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 222 - color contains mainly: green. Hex color #1CDEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CDEBA is #E32145. Grayscale: #9F9F9F. Windows color (decimal): -14885190 or 12246556. OLE color: 12246556.

HSL color Cylindrical-coordinate representation of color #1CDEBA: hue angle of 168.87º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDEBA is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 28 222 186 -
CMYK 0.87 0 0.16 0.13
HSL 168.87º 0.78% 0.49% -
HSV(B) 168.87º 0.87% 0.87% -
XYZ 35.46 56.03 55.4 -
YUV 159.89 142.73 33.93 -
System Red Green Blue C M Y K H S L
Decimal 28 222 186 0.87 0 0.16 0.13 168.87 0.78 0.49
Hex 1C DE BA 57 0 10 D A9 4E 31
Octal 34 336 272 127 0 20 15 251 116 61
Binary 11100 11011110 10111010 1010111 0 10000 1101 10101001 1001110 110001

Color Harmonies of #1CDEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CDEBA

Black with #1CDEBA

Text Example


Text Example

White with #1CDEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,222,186); }

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

background-color css

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

 a { background-color: rgb(28,222,186); }

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

border-color css

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

 span { border-color: rgb(28,222,186); }

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