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

📋 copy color: '#1CDBBA'

red 28 ◦ green 219 ◦ blue 186

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

Shades of Robin's Egg Blue #1CDBBA

Tints of Robin's Egg Blue #1CDBBA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.58%

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

R = 6.47%
G = 50.58%
B = 42.96%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#1CDBBA (or 0x1CDBBA) is known color: Robin's Egg Blue. HEX triplet: 1C, DB and BA. RGB value is (28,219,186). Sum of RGB (Red+Green+Blue) = 28+219+186=433 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.47% from 433); Green value is 219 (85.94% from 255 or 50.58% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 219 - color contains mainly: green. Hex color #1CDBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CDBBA is #E32445. Grayscale: #9E9E9E. Windows color (decimal): -14885958 or 12245788. OLE color: 12245788.

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

Color convert

RGB 28 219 186 -
CMYK 0.87 0 0.15 0.14
HSL 169.63º 0.77% 0.48% -
HSV(B) 169.63º 0.87% 0.86% -
XYZ 34.67 54.46 55.14 -
YUV 158.13 143.72 35.18 -
System Red Green Blue C M Y K H S L
Decimal 28 219 186 0.87 0 0.15 0.14 169.63 0.77 0.48
Hex 1C DB BA 57 0 F E AA 4D 30
Octal 34 333 272 127 0 17 16 252 115 60
Binary 11100 11011011 10111010 1010111 0 1111 1110 10101010 1001101 110000

Color Harmonies of #1CDBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CDBBA

Black with #1CDBBA

Text Example


Text Example

White with #1CDBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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