Html Css Color HEX #11AEBC Iris Blue

📋 copy color: '#11AEBC'

red 17 ◦ green 174 ◦ blue 188

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

Shades of Iris Blue #11AEBC

Tints of Iris Blue #11AEBC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 45.91%

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

R = 4.49%
G = 45.91%
B = 49.6%

CMYK

 C value IS 0.91

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#11AEBC (or 0x11AEBC) is known color: Iris Blue. HEX triplet: 11, AE and BC. RGB value is (17,174,188). Sum of RGB (Red+Green+Blue) = 17+174+188=379 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.49% from 379); Green value is 174 (68.36% from 255 or 45.91% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #11AEBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AEBC is #EE5143. Grayscale: #808080. Windows color (decimal): -15618372 or 12365329. OLE color: 12365329.

HSL color Cylindrical-coordinate representation of color #11AEBC: hue angle of 184.91º 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 #11AEBC is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 17 174 188 -
CMYK 0.91 0.07 0 0.26
HSL 184.91º 0.83% 0.4% -
HSV(B) 184.91º 0.91% 0.74% -
XYZ 24.44 34.02 52.86 -
YUV 128.65 161.49 48.36 -
System Red Green Blue C M Y K H S L
Decimal 17 174 188 0.91 0.07 0 0.26 184.91 0.83 0.4
Hex 11 AE BC 5B 7 0 1A B9 53 28
Octal 21 256 274 133 7 0 32 271 123 50
Binary 10001 10101110 10111100 1011011 111 0 11010 10111001 1010011 101000

Color Harmonies of #11AEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AEBC

Black with #11AEBC

Text Example


Text Example

White with #11AEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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