#11BEDC

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

Shades of Iris Blue #11BEDC

Tints of Iris Blue #11BEDC

Color information

#11BEDC (or 0x11BEDC) is unknown color: approx Iris Blue. HEX triplet: 11, BE and DC. RGB value is (17,190,220). Sum of RGB (Red+Green+Blue) = 17+190+220=427 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.98% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #11BEDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BEDC is #EE4123. Grayscale: #8D8D8D. Windows color (decimal): -15614244 or 14466577. OLE color: 14466577.

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

Color convert

RGB17190220-
CMYK0.920.1400.14
HSL188.87º85.65%46.47%-
HSV(B)188.87º92.27%86.27%-
XYZ31.5642.1174.18-
YUV141.69172.1939.06-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.98%
GREEN value IS 190 (74.61% from 255) = 44.50%
BLUE value IS 220 (86.33% from 255) = 51.52%
R=3.98%
G=44.50%
B=51.52%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal171902200.920.1400.14188.8785.6546.47
Hex11BEDC5CE0Ebd562e
Octal212763341341601627512656
Binary1000110111110110111001011100111001110101111011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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