#11bfcc

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

Shades of Iris Blue #11BFCC

Tints of Iris Blue #11BFCC

Color information

#11BFCC (or 0x11BFCC) is unknown color: approx Iris Blue. HEX triplet: 11, BF and CC. RGB value is (17,191,204). Sum of RGB (Red+Green+Blue) = 17+191+204=412 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.13% from 412); Green value is 191 (75% from 255 or 46.36% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #11BFCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BFCC is #EE4033. Grayscale: #8C8C8C. Windows color (decimal): -15614004 or 13418257. OLE color: 13418257.

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

Color convert

RGB17191204-
CMYK0.920.0600.2
HSL184.17º84.62%43.33%-
HSV(B)184.17º91.67%80%-
XYZ29.7641.7463.61-
YUV140.46163.8539.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.13%
GREEN value IS 191 (75% from 255) = 46.36%
BLUE value IS 204 (80.08% from 255) = 49.51%
R=4.13%
G=46.36%
B=49.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal171912040.920.0600.2184.1784.6243.33
Hex11BFCC5C6014b8552b
Octal21277314134602427012553
Binary1000110111111110011001011100110010100101110001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11bfcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,191,204); }

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

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

 a { background-color: rgb(17,191,204); }

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

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

 span { border-color: rgb(17,191,204); }

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