#11BED4

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

Shades of Iris Blue #11BED4

Tints of Iris Blue #11BED4

Color information

#11BED4 (or 0x11BED4) is unknown color: approx Iris Blue. HEX triplet: 11, BE and D4. RGB value is (17,190,212). Sum of RGB (Red+Green+Blue) = 17+190+212=419 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.06% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 212 (83.20% from 255 or 50.60% from 419); Max value from RGB is 212 - color contains mainly: blue. Hex color #11BED4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BED4 is #EE412B. Grayscale: #8C8C8C. Windows color (decimal): -15614252 or 13942289. OLE color: 13942289.

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

Color convert

RGB17190212-
CMYK0.920.1000.17
HSL186.77º85.15%44.9%-
HSV(B)186.77º91.98%83.14%-
XYZ30.5341.768.73-
YUV140.78168.1939.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.06%
GREEN value IS 190 (74.61% from 255) = 45.35%
BLUE value IS 212 (83.20% from 255) = 50.60%
R=4.06%
G=45.35%
B=50.60%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal171902120.920.1000.17186.7785.1544.9
Hex11BED45CA011bb552d
Octal212763241341202127312555
Binary10001101111101101010010111001010010001101110111010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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