Html Css Color HEX #11ACBC Iris Blue

📋 copy color: '#11ACBC'

red 17 ◦ green 172 ◦ blue 188

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

Shades of Iris Blue #11ACBC

Tints of Iris Blue #11ACBC

RGB

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

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

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

R = 4.51%
G = 45.62%
B = 49.87%

CMYK

 C value IS 0.91

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#11ACBC (or 0x11ACBC) is known color: Iris Blue. HEX triplet: 11, AC and BC. RGB value is (17,172,188). Sum of RGB (Red+Green+Blue) = 17+172+188=377 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.51% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #11ACBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ACBC is #EE5343. Grayscale: #7F7F7F. Windows color (decimal): -15618884 or 12364817. OLE color: 12364817.

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

Color convert

RGB 17 172 188 -
CMYK 0.91 0.09 0 0.26
HSL 185.61º 0.83% 0.4% -
HSV(B) 185.61º 0.91% 0.74% -
XYZ 24.06 33.26 52.73 -
YUV 127.48 162.15 49.2 -
System Red Green Blue C M Y K H S L
Decimal 17 172 188 0.91 0.09 0 0.26 185.61 0.83 0.4
Hex 11 AC BC 5B 9 0 1A BA 53 28
Octal 21 254 274 133 11 0 32 272 123 50
Binary 10001 10101100 10111100 1011011 1001 0 11010 10111010 1010011 101000

Color Harmonies of #11ACBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11ACBC

Black with #11ACBC

Text Example


Text Example

White with #11ACBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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