Html Css Color HEX #11BADB Iris Blue

📋 copy color: '#11BADB'

red 17 ◦ green 186 ◦ blue 219

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

Shades of Iris Blue #11BADB

Tints of Iris Blue #11BADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.9%

R = 4.03%
G = 44.08%
B = 51.9%

CMYK

 C value IS 0.92

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#11BADB (or 0x11BADB) is known color: Iris Blue. HEX triplet: 11, BA and DB. RGB value is (17,186,219). Sum of RGB (Red+Green+Blue) = 17+186+219=422 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.03% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #11BADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BADB is #EE4524. Grayscale: #8A8A8A. Windows color (decimal): -15615269 or 14400017. OLE color: 14400017.

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

Color convert

RGB 17 186 219 -
CMYK 0.92 0.15 0 0.14
HSL 189.8º 0.86% 0.46% -
HSV(B) 189.8º 0.92% 0.86% -
XYZ 30.58 40.35 73.19 -
YUV 139.23 173.01 40.82 -
System Red Green Blue C M Y K H S L
Decimal 17 186 219 0.92 0.15 0 0.14 189.8 0.86 0.46
Hex 11 BA DB 5C F 0 E BE 56 2E
Octal 21 272 333 134 17 0 16 276 126 56
Binary 10001 10111010 11011011 1011100 1111 0 1110 10111110 1010110 101110

Color Harmonies of #11BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BADB

Black with #11BADB

Text Example


Text Example

White with #11BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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