Html Css Color HEX #11BBDD Iris Blue

📋 copy color: '#11BBDD'

red 17 ◦ green 187 ◦ blue 221

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

Shades of Iris Blue #11BBDD

Tints of Iris Blue #11BBDD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44%

 BLUE value IS 221 (86.72% from 255) = 52%

R = 4%
G = 44%
B = 52%

CMYK

 C value IS 0.92

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#11BBDD (or 0x11BBDD) is known color: Iris Blue. HEX triplet: 11, BB and DD. RGB value is (17,187,221). Sum of RGB (Red+Green+Blue) = 17+187+221=425 (56% of max value = 765). Red value is 17 (7.03% from 255 or 4% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #11BBDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BBDD is #EE4422. Grayscale: #8B8B8B. Windows color (decimal): -15615011 or 14531345. OLE color: 14531345.

HSL color Cylindrical-coordinate representation of color #11BBDD: hue angle of 190º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11BBDD is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 187 221 -
CMYK 0.92 0.15 0 0.13
HSL 190º 0.86% 0.47% -
HSV(B) 190º 0.92% 0.87% -
XYZ 31.05 40.88 74.66 -
YUV 140.05 173.68 40.24 -
System Red Green Blue C M Y K H S L
Decimal 17 187 221 0.92 0.15 0 0.13 190 0.86 0.47
Hex 11 BB DD 5C F 0 D BE 56 2F
Octal 21 273 335 134 17 0 15 276 126 57
Binary 10001 10111011 11011101 1011100 1111 0 1101 10111110 1010110 101111

Color Harmonies of #11BBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BBDD

Black with #11BBDD

Text Example


Text Example

White with #11BBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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