Html Css Color HEX #11ADBA Iris Blue

📋 copy color: '#11ADBA'

red 17 ◦ green 173 ◦ blue 186

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

Shades of Iris Blue #11ADBA

Tints of Iris Blue #11ADBA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 46.01%

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

R = 4.52%
G = 46.01%
B = 49.47%

CMYK

 C value IS 0.91

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#11ADBA (or 0x11ADBA) is known color: Iris Blue. HEX triplet: 11, AD and BA. RGB value is (17,173,186). Sum of RGB (Red+Green+Blue) = 17+173+186=376 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.52% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #11ADBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ADBA is #EE5245. Grayscale: #7F7F7F. Windows color (decimal): -15618630 or 12234001. OLE color: 12234001.

HSL color Cylindrical-coordinate representation of color #11ADBA: hue angle of 184.62º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11ADBA is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 17 173 186 -
CMYK 0.91 0.07 0 0.27
HSL 184.62º 0.83% 0.4% -
HSV(B) 184.62º 0.91% 0.73% -
XYZ 24.04 33.55 51.66 -
YUV 127.84 160.82 48.94 -
System Red Green Blue C M Y K H S L
Decimal 17 173 186 0.91 0.07 0 0.27 184.62 0.83 0.4
Hex 11 AD BA 5B 7 0 1B B9 53 28
Octal 21 255 272 133 7 0 33 271 123 50
Binary 10001 10101101 10111010 1011011 111 0 11011 10111001 1010011 101000

Color Harmonies of #11ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11ADBA

Black with #11ADBA

Text Example


Text Example

White with #11ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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