#11BCD4

Color #11BCD4 Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #11BCD4

Tints of Iris Blue #11BCD4

Color information

#11BCD4 (or 0x11BCD4) is unknown color: approx Iris Blue. HEX triplet: 11, BC and D4. RGB value is (17,188,212). Sum of RGB (Red+Green+Blue) = 17+188+212=417 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.08% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 212 (83.20% from 255 or 50.84% from 417); Max value from RGB is 212 - color contains mainly: blue. Hex color #11BCD4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BCD4 is #EE432B. Grayscale: #8B8B8B. Windows color (decimal): -15614764 or 13941777. OLE color: 13941777.

HSL color Cylindrical-coordinate representation of color #11BCD4: hue angle of 187.38º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11BCD4 is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB17188212-
CMYK0.920.1100.17
HSL187.38º85.15%44.9%-
HSV(B)187.38º91.98%83.14%-
XYZ30.140.8468.58-
YUV139.61168.8540.55-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.08%
GREEN value IS 188 (73.83% from 255) = 45.08%
BLUE value IS 212 (83.20% from 255) = 50.84%
R=4.08%
G=45.08%
B=50.84%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal171882120.920.1100.17187.3885.1544.9
Hex11BCD45CB011bb552d
Octal212743241341302127312555
Binary10001101111001101010010111001011010001101110111010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #11BCD4;
 }
 .AnyTagClassName
 {
   color: #11BCD4;
 }
</style>
background-color css

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

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

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

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

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

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