Html Css Color HEX #11ADDA Iris Blue

📋 copy color: '#11ADDA'

red 17 ◦ green 173 ◦ blue 218

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

Shades of Iris Blue #11ADDA

Tints of Iris Blue #11ADDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.43%

R = 4.17%
G = 42.4%
B = 53.43%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#11ADDA (or 0x11ADDA) is known color: Iris Blue. HEX triplet: 11, AD and DA. RGB value is (17,173,218). Sum of RGB (Red+Green+Blue) = 17+173+218=408 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.17% from 408); Green value is 173 (67.97% from 255 or 42.40% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #11ADDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ADDA is #EE5225. Grayscale: #838383. Windows color (decimal): -15618598 or 14331153. OLE color: 14331153.

HSL color Cylindrical-coordinate representation of color #11ADDA: hue angle of 193.43º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11ADDA is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 17 173 218 -
CMYK 0.92 0.21 0 0.15
HSL 193.43º 0.86% 0.46% -
HSV(B) 193.43º 0.92% 0.85% -
XYZ 27.83 35.07 71.63 -
YUV 131.49 176.82 46.34 -
System Red Green Blue C M Y K H S L
Decimal 17 173 218 0.92 0.21 0 0.15 193.43 0.86 0.46
Hex 11 AD DA 5C 15 0 F C1 56 2E
Octal 21 255 332 134 25 0 17 301 126 56
Binary 10001 10101101 11011010 1011100 10101 0 1111 11000001 1010110 101110

Color Harmonies of #11ADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11ADDA

Black with #11ADDA

Text Example


Text Example

White with #11ADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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