Html Css Color HEX #11A8BB Iris Blue

📋 copy color: '#11A8BB'

red 17 ◦ green 168 ◦ blue 187

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

Shades of Iris Blue #11A8BB

Tints of Iris Blue #11A8BB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.16%

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

R = 4.57%
G = 45.16%
B = 50.27%

CMYK

 C value IS 0.91

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#11A8BB (or 0x11A8BB) is known color: Iris Blue. HEX triplet: 11, A8 and BB. RGB value is (17,168,187). Sum of RGB (Red+Green+Blue) = 17+168+187=372 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.57% from 372); Green value is 168 (66.02% from 255 or 45.16% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #11A8BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11A8BB is #EE5744. Grayscale: #7C7C7C. Windows color (decimal): -15619909 or 12298257. OLE color: 12298257.

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

Color convert

RGB 17 168 187 -
CMYK 0.91 0.10 0 0.27
HSL 186.71º 0.83% 0.4% -
HSV(B) 186.71º 0.91% 0.73% -
XYZ 23.2 31.71 51.91 -
YUV 125.02 162.97 50.96 -
System Red Green Blue C M Y K H S L
Decimal 17 168 187 0.91 0.10 0 0.27 186.71 0.83 0.4
Hex 11 A8 BB 5B A 0 1B BB 53 28
Octal 21 250 273 133 12 0 33 273 123 50
Binary 10001 10101000 10111011 1011011 1010 0 11011 10111011 1010011 101000

Color Harmonies of #11A8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A8BB

Black with #11A8BB

Text Example


Text Example

White with #11A8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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