Html Css Color HEX #11CDBA Robin's Egg Blue

📋 copy color: '#11CDBA'

red 17 ◦ green 205 ◦ blue 186

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

Shades of Robin's Egg Blue #11CDBA

Tints of Robin's Egg Blue #11CDBA

RGB

 RED value IS 17 (7.03% from 255) = 4.17%

 GREEN value IS 205 (80.47% from 255) = 50.25%

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

R = 4.17%
G = 50.25%
B = 45.59%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#11CDBA (or 0x11CDBA) is known color: Robin's Egg Blue. HEX triplet: 11, CD and BA. RGB value is (17,205,186). Sum of RGB (Red+Green+Blue) = 17+205+186=408 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.17% from 408); Green value is 205 (80.47% from 255 or 50.25% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 205 - color contains mainly: green. Hex color #11CDBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11CDBA is #EE3245. Grayscale: #929292. Windows color (decimal): -15610438 or 12242193. OLE color: 12242193.

HSL color Cylindrical-coordinate representation of color #11CDBA: hue angle of 173.94º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11CDBA is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 17 205 186 -
CMYK 0.92 0 0.09 0.20
HSL 173.94º 0.85% 0.44% -
HSV(B) 173.94º 0.92% 0.8% -
XYZ 30.93 47.33 53.96 -
YUV 146.62 150.22 35.54 -
System Red Green Blue C M Y K H S L
Decimal 17 205 186 0.92 0 0.09 0.20 173.94 0.85 0.44
Hex 11 CD BA 5C 0 9 14 AE 55 2C
Octal 21 315 272 134 0 11 24 256 125 54
Binary 10001 11001101 10111010 1011100 0 1001 10100 10101110 1010101 101100

Color Harmonies of #11CDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11CDBA

Black with #11CDBA

Text Example


Text Example

White with #11CDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11CDBA; }

 p { color: rgb(17,205,186); }

 H1.HeaderClassName
 {
   color: #11CDBA;
 }
 .AnyTagClassName
 {
   color: #11CDBA;
 }
</style>

background-color css

<style>
 a { background-color: #11CDBA; }

 a { background-color: rgb(17,205,186); }

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

border-color css

<style>
 span { border-color: #11CDBA; }

 span { border-color: rgb(17,205,186); }

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