Html Css Color HEX #11ADDE Iris Blue

📋 copy color: '#11ADDE'

red 17 ◦ green 173 ◦ blue 222

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

Shades of Iris Blue #11ADDE

Tints of Iris Blue #11ADDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.88%

R = 4.13%
G = 41.99%
B = 53.88%

CMYK

 C value IS 0.92

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#11ADDE (or 0x11ADDE) is known color: Iris Blue. HEX triplet: 11, AD and DE. RGB value is (17,173,222). Sum of RGB (Red+Green+Blue) = 17+173+222=412 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.13% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 222 (87.11% from 255 or 53.88% from 412); Max value from RGB is 222 - color contains mainly: blue. Hex color #11ADDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ADDE is #EE5221. Grayscale: #838383. Windows color (decimal): -15618594 or 14593297. OLE color: 14593297.

HSL color Cylindrical-coordinate representation of color #11ADDE: hue angle of 194.34º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11ADDE is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 173 222 -
CMYK 0.92 0.22 0 0.13
HSL 194.34º 0.86% 0.47% -
HSV(B) 194.34º 0.92% 0.87% -
XYZ 28.36 35.28 74.42 -
YUV 131.94 178.82 46.02 -
System Red Green Blue C M Y K H S L
Decimal 17 173 222 0.92 0.22 0 0.13 194.34 0.86 0.47
Hex 11 AD DE 5C 16 0 D C2 56 2F
Octal 21 255 336 134 26 0 15 302 126 57
Binary 10001 10101101 11011110 1011100 10110 0 1101 11000010 1010110 101111

Color Harmonies of #11ADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11ADDE

Black with #11ADDE

Text Example


Text Example

White with #11ADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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