Html Css Color HEX #11AFBB Iris Blue

📋 copy color: '#11AFBB'

red 17 ◦ green 175 ◦ blue 187

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

Shades of Iris Blue #11AFBB

Tints of Iris Blue #11AFBB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.17%

 BLUE value IS 187 (73.44% from 255) = 49.34%

R = 4.49%
G = 46.17%
B = 49.34%

CMYK

 C value IS 0.91

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#11AFBB (or 0x11AFBB) is known color: Iris Blue. HEX triplet: 11, AF and BB. RGB value is (17,175,187). Sum of RGB (Red+Green+Blue) = 17+175+187=379 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.49% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #11AFBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AFBB is #EE5044. Grayscale: #808080. Windows color (decimal): -15618117 or 12300049. OLE color: 12300049.

HSL color Cylindrical-coordinate representation of color #11AFBB: hue angle of 184.24º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11AFBB is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 17 175 187 -
CMYK 0.91 0.06 0 0.27
HSL 184.24º 0.83% 0.4% -
HSV(B) 184.24º 0.91% 0.73% -
XYZ 24.53 34.37 52.35 -
YUV 129.13 160.65 48.02 -
System Red Green Blue C M Y K H S L
Decimal 17 175 187 0.91 0.06 0 0.27 184.24 0.83 0.4
Hex 11 AF BB 5B 6 0 1B B8 53 28
Octal 21 257 273 133 6 0 33 270 123 50
Binary 10001 10101111 10111011 1011011 110 0 11011 10111000 1010011 101000

Color Harmonies of #11AFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AFBB

Black with #11AFBB

Text Example


Text Example

White with #11AFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,175,187); }

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

background-color css

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

 a { background-color: rgb(17,175,187); }

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

border-color css

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

 span { border-color: rgb(17,175,187); }

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