Html Css Color HEX #11ADB9 Iris Blue

📋 copy color: '#11ADB9'

red 17 ◦ green 173 ◦ blue 185

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

Shades of Iris Blue #11ADB9

Tints of Iris Blue #11ADB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 49.33%

R = 4.53%
G = 46.13%
B = 49.33%

CMYK

 C value IS 0.91

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#11ADB9 (or 0x11ADB9) is known color: Iris Blue. HEX triplet: 11, AD and B9. RGB value is (17,173,185). Sum of RGB (Red+Green+Blue) = 17+173+185=375 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.53% from 375); Green value is 173 (67.97% from 255 or 46.13% from 375); Blue value is 185 (72.66% from 255 or 49.33% from 375); Max value from RGB is 185 - color contains mainly: blue. Hex color #11ADB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ADB9 is #EE5246. Grayscale: #7F7F7F. Windows color (decimal): -15618631 or 12168465. OLE color: 12168465.

HSL color Cylindrical-coordinate representation of color #11ADB9: hue angle of 184.29º 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 #11ADB9 is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 17 173 185 -
CMYK 0.91 0.06 0 0.27
HSL 184.29º 0.83% 0.4% -
HSV(B) 184.29º 0.91% 0.73% -
XYZ 23.93 33.51 51.11 -
YUV 127.72 160.32 49.02 -
System Red Green Blue C M Y K H S L
Decimal 17 173 185 0.91 0.06 0 0.27 184.29 0.83 0.4
Hex 11 AD B9 5B 6 0 1B B8 53 28
Octal 21 255 271 133 6 0 33 270 123 50
Binary 10001 10101101 10111001 1011011 110 0 11011 10111000 1010011 101000

Color Harmonies of #11ADB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11ADB9

Black with #11ADB9

Text Example


Text Example

White with #11ADB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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