Html Css Color HEX #11ACDA Iris Blue

📋 copy color: '#11ACDA'

red 17 ◦ green 172 ◦ blue 218

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

Shades of Iris Blue #11ACDA

Tints of Iris Blue #11ACDA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.26%

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

R = 4.18%
G = 42.26%
B = 53.56%

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

#11ACDA (or 0x11ACDA) is known color: Iris Blue. HEX triplet: 11, AC and DA. RGB value is (17,172,218). Sum of RGB (Red+Green+Blue) = 17+172+218=407 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.18% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #11ACDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ACDA is #EE5325. Grayscale: #828282. Windows color (decimal): -15618854 or 14330897. OLE color: 14330897.

HSL color Cylindrical-coordinate representation of color #11ACDA: hue angle of 193.73º 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 #11ACDA is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 17 172 218 -
CMYK 0.92 0.21 0 0.15
HSL 193.73º 0.86% 0.46% -
HSV(B) 193.73º 0.92% 0.85% -
XYZ 27.64 34.69 71.57 -
YUV 130.9 177.15 46.76 -
System Red Green Blue C M Y K H S L
Decimal 17 172 218 0.92 0.21 0 0.15 193.73 0.86 0.46
Hex 11 AC DA 5C 15 0 F C2 56 2E
Octal 21 254 332 134 25 0 17 302 126 56
Binary 10001 10101100 11011010 1011100 10101 0 1111 11000010 1010110 101110

Color Harmonies of #11ACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11ACDA

Black with #11ACDA

Text Example


Text Example

White with #11ACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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