Html Css Color HEX #11ADCD Iris Blue

📋 copy color: '#11ADCD'

red 17 ◦ green 173 ◦ blue 205

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

Shades of Iris Blue #11ADCD

Tints of Iris Blue #11ADCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.9%

R = 4.3%
G = 43.8%
B = 51.9%

CMYK

 C value IS 0.92

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#11ADCD (or 0x11ADCD) is known color: Iris Blue. HEX triplet: 11, AD and CD. RGB value is (17,173,205). Sum of RGB (Red+Green+Blue) = 17+173+205=395 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.30% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #11ADCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ADCD is #EE5232. Grayscale: #818181. Windows color (decimal): -15618611 or 13479185. OLE color: 13479185.

HSL color Cylindrical-coordinate representation of color #11ADCD: hue angle of 190.21º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11ADCD is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 17 173 205 -
CMYK 0.92 0.16 0 0.20
HSL 190.21º 0.85% 0.44% -
HSV(B) 190.21º 0.92% 0.8% -
XYZ 26.19 34.41 63.02 -
YUV 130 170.32 47.4 -
System Red Green Blue C M Y K H S L
Decimal 17 173 205 0.92 0.16 0 0.20 190.21 0.85 0.44
Hex 11 AD CD 5C 10 0 14 BE 55 2C
Octal 21 255 315 134 20 0 24 276 125 54
Binary 10001 10101101 11001101 1011100 10000 0 10100 10111110 1010101 101100

Color Harmonies of #11ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11ADCD

Black with #11ADCD

Text Example


Text Example

White with #11ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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