Html Css Color HEX #11ADBC Iris Blue

📋 copy color: '#11ADBC'

red 17 ◦ green 173 ◦ blue 188

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

Shades of Iris Blue #11ADBC

Tints of Iris Blue #11ADBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.74%

R = 4.5%
G = 45.77%
B = 49.74%

CMYK

 C value IS 0.91

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#11ADBC (or 0x11ADBC) is known color: Iris Blue. HEX triplet: 11, AD and BC. RGB value is (17,173,188). Sum of RGB (Red+Green+Blue) = 17+173+188=378 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.50% from 378); Green value is 173 (67.97% from 255 or 45.77% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #11ADBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ADBC is #EE5243. Grayscale: #7F7F7F. Windows color (decimal): -15618628 or 12365073. OLE color: 12365073.

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

Color convert

RGB 17 173 188 -
CMYK 0.91 0.08 0 0.26
HSL 185.26º 0.83% 0.4% -
HSV(B) 185.26º 0.91% 0.74% -
XYZ 24.25 33.64 52.79 -
YUV 128.07 161.82 48.78 -
System Red Green Blue C M Y K H S L
Decimal 17 173 188 0.91 0.08 0 0.26 185.26 0.83 0.4
Hex 11 AD BC 5B 8 0 1A B9 53 28
Octal 21 255 274 133 10 0 32 271 123 50
Binary 10001 10101101 10111100 1011011 1000 0 11010 10111001 1010011 101000

Color Harmonies of #11ADBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11ADBC

Black with #11ADBC

Text Example


Text Example

White with #11ADBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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