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

📋 copy color: '#11DCBF'

red 17 ◦ green 220 ◦ blue 191

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

Shades of Robin's Egg Blue #11DCBF

Tints of Robin's Egg Blue #11DCBF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 51.4%

 BLUE value IS 191 (75% from 255) = 44.63%

R = 3.97%
G = 51.4%
B = 44.63%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#11DCBF (or 0x11DCBF) is known color: Robin's Egg Blue. HEX triplet: 11, DC and BF. RGB value is (17,220,191). Sum of RGB (Red+Green+Blue) = 17+220+191=428 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.97% from 428); Green value is 220 (86.33% from 255 or 51.40% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 220 - color contains mainly: green. Hex color #11DCBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DCBF is #EE2340. Grayscale: #9B9B9B. Windows color (decimal): -15606593 or 12573713. OLE color: 12573713.

HSL color Cylindrical-coordinate representation of color #11DCBF: hue angle of 171.43º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DCBF is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 220 191 -
CMYK 0.92 0 0.13 0.14
HSL 171.43º 0.86% 0.46% -
HSV(B) 171.43º 0.92% 0.86% -
XYZ 35.23 55.07 58.06 -
YUV 156 147.75 28.86 -
System Red Green Blue C M Y K H S L
Decimal 17 220 191 0.92 0 0.13 0.14 171.43 0.86 0.46
Hex 11 DC BF 5C 0 D E AB 56 2E
Octal 21 334 277 134 0 15 16 253 126 56
Binary 10001 11011100 10111111 1011100 0 1101 1110 10101011 1010110 101110

Color Harmonies of #11DCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DCBF

Black with #11DCBF

Text Example


Text Example

White with #11DCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,220,191); }

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

background-color css

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

 a { background-color: rgb(17,220,191); }

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

border-color css

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

 span { border-color: rgb(17,220,191); }

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