Html Css Color HEX #11BBCD Iris Blue

📋 copy color: '#11BBCD'

red 17 ◦ green 187 ◦ blue 205

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

Shades of Iris Blue #11BBCD

Tints of Iris Blue #11BBCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.12%

R = 4.16%
G = 45.72%
B = 50.12%

CMYK

 C value IS 0.92

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#11BBCD (or 0x11BBCD) is known color: Iris Blue. HEX triplet: 11, BB and CD. RGB value is (17,187,205). Sum of RGB (Red+Green+Blue) = 17+187+205=409 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.16% from 409); Green value is 187 (73.44% from 255 or 45.72% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #11BBCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BBCD is #EE4432. Grayscale: #898989. Windows color (decimal): -15615027 or 13482769. OLE color: 13482769.

HSL color Cylindrical-coordinate representation of color #11BBCD: hue angle of 185.74º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11BBCD is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 17 187 205 -
CMYK 0.92 0.09 0 0.20
HSL 185.74º 0.85% 0.44% -
HSV(B) 185.74º 0.92% 0.8% -
XYZ 29.02 40.07 63.96 -
YUV 138.22 165.68 41.54 -
System Red Green Blue C M Y K H S L
Decimal 17 187 205 0.92 0.09 0 0.20 185.74 0.85 0.44
Hex 11 BB CD 5C 9 0 14 BA 55 2C
Octal 21 273 315 134 11 0 24 272 125 54
Binary 10001 10111011 11001101 1011100 1001 0 10100 10111010 1010101 101100

Color Harmonies of #11BBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BBCD

Black with #11BBCD

Text Example


Text Example

White with #11BBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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