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

📋 copy color: '#1CDDC0'

red 28 ◦ green 221 ◦ blue 192

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

Shades of Robin's Egg Blue #1CDDC0

Tints of Robin's Egg Blue #1CDDC0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.11%

 BLUE value IS 192 (75.39% from 255) = 43.54%

R = 6.35%
G = 50.11%
B = 43.54%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#1CDDC0 (or 0x1CDDC0) is known color: Robin's Egg Blue. HEX triplet: 1C, DD and C0. RGB value is (28,221,192). Sum of RGB (Red+Green+Blue) = 28+221+192=441 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.35% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CDDC0 is #E3223F. Grayscale: #9F9F9F. Windows color (decimal): -14885440 or 12639516. OLE color: 12639516.

HSL color Cylindrical-coordinate representation of color #1CDDC0: hue angle of 170.98º 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 #1CDDC0 is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 28 221 192 -
CMYK 0.87 0 0.13 0.13
HSL 170.98º 0.78% 0.49% -
HSV(B) 170.98º 0.87% 0.87% -
XYZ 35.85 55.77 58.74 -
YUV 159.99 146.06 33.86 -
System Red Green Blue C M Y K H S L
Decimal 28 221 192 0.87 0 0.13 0.13 170.98 0.78 0.49
Hex 1C DD C0 57 0 D D AB 4E 31
Octal 34 335 300 127 0 15 15 253 116 61
Binary 11100 11011101 11000000 1010111 0 1101 1101 10101011 1001110 110001

Color Harmonies of #1CDDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CDDC0

Black with #1CDDC0

Text Example


Text Example

White with #1CDDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,221,192); }

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

background-color css

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

 a { background-color: rgb(28,221,192); }

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

border-color css

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

 span { border-color: rgb(28,221,192); }

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