Html Css Color HEX #11BAD1 Iris Blue

📋 copy color: '#11BAD1'

red 17 ◦ green 186 ◦ blue 209

#11BAD1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #11BAD1

Tints of Iris Blue #11BAD1

RGB

 RED value IS 17 (7.03% from 255) = 4.13%

 GREEN value IS 186 (73.05% from 255) = 45.15%

 BLUE value IS 209 (82.03% from 255) = 50.73%

R = 4.13%
G = 45.15%
B = 50.73%

CMYK

 C value IS 0.92

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#11BAD1 (or 0x11BAD1) is known color: Iris Blue. HEX triplet: 11, BA and D1. RGB value is (17,186,209). Sum of RGB (Red+Green+Blue) = 17+186+209=412 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.13% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 209 (82.03% from 255 or 50.73% from 412); Max value from RGB is 209 - color contains mainly: blue. Hex color #11BAD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BAD1 is #EE452E. Grayscale: #898989. Windows color (decimal): -15615279 or 13744657. OLE color: 13744657.

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

Color convert

RGB 17 186 209 -
CMYK 0.92 0.11 0 0.18
HSL 187.19º 0.85% 0.44% -
HSV(B) 187.19º 0.92% 0.82% -
XYZ 29.3 39.84 66.47 -
YUV 138.09 168.01 41.63 -
System Red Green Blue C M Y K H S L
Decimal 17 186 209 0.92 0.11 0 0.18 187.19 0.85 0.44
Hex 11 BA D1 5C B 0 12 BB 55 2C
Octal 21 272 321 134 13 0 22 273 125 54
Binary 10001 10111010 11010001 1011100 1011 0 10010 10111011 1010101 101100

Color Harmonies of #11BAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BAD1

Black with #11BAD1

Text Example


Text Example

White with #11BAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,186,209); }

 H1.HeaderClassName
 {
   color: #11BAD1;
 }
 .AnyTagClassName
 {
   color: #11BAD1;
 }
</style>

background-color css

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

 a { background-color: rgb(17,186,209); }

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

border-color css

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

 span { border-color: rgb(17,186,209); }

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