#11BDD4

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

Shades of Iris Blue #11BDD4

Tints of Iris Blue #11BDD4

Color information

#11BDD4 (or 0x11BDD4) is unknown color: approx Iris Blue. HEX triplet: 11, BD and D4. RGB value is (17,189,212). Sum of RGB (Red+Green+Blue) = 17+189+212=418 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.07% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 212 (83.20% from 255 or 50.72% from 418); Max value from RGB is 212 - color contains mainly: blue. Hex color #11BDD4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BDD4 is #EE422B. Grayscale: #8B8B8B. Windows color (decimal): -15614508 or 13942033. OLE color: 13942033.

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

Color convert

RGB17189212-
CMYK0.920.1100.17
HSL187.08º85.15%44.9%-
HSV(B)187.08º91.98%83.14%-
XYZ30.3141.2768.66-
YUV140.19168.5240.13-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.07%
GREEN value IS 189 (74.22% from 255) = 45.22%
BLUE value IS 212 (83.20% from 255) = 50.72%
R=4.07%
G=45.22%
B=50.72%

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
Decimal171892120.920.1100.17187.0885.1544.9
Hex11BDD45CB011bb552d
Octal212753241341302127312555
Binary10001101111011101010010111001011010001101110111010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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