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

📋 copy color: '#11D3BF'

red 17 ◦ green 211 ◦ blue 191

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

Shades of Robin's Egg Blue #11D3BF

Tints of Robin's Egg Blue #11D3BF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.36%

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

R = 4.06%
G = 50.36%
B = 45.58%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#11D3BF (or 0x11D3BF) is known color: Robin's Egg Blue. HEX triplet: 11, D3 and BF. RGB value is (17,211,191). Sum of RGB (Red+Green+Blue) = 17+211+191=419 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.06% from 419); Green value is 211 (82.81% from 255 or 50.36% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 211 - color contains mainly: green. Hex color #11D3BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11D3BF is #EE2C40. Grayscale: #969696. Windows color (decimal): -15608897 or 12571409. OLE color: 12571409.

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

Color convert

RGB 17 211 191 -
CMYK 0.92 0 0.09 0.17
HSL 173.81º 0.85% 0.45% -
HSV(B) 173.81º 0.92% 0.83% -
XYZ 32.93 50.47 57.3 -
YUV 150.71 150.73 32.63 -
System Red Green Blue C M Y K H S L
Decimal 17 211 191 0.92 0 0.09 0.17 173.81 0.85 0.45
Hex 11 D3 BF 5C 0 9 11 AE 55 2D
Octal 21 323 277 134 0 11 21 256 125 55
Binary 10001 11010011 10111111 1011100 0 1001 10001 10101110 1010101 101101

Color Harmonies of #11D3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11D3BF

Black with #11D3BF

Text Example


Text Example

White with #11D3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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