Html Css Color HEX #11AFDB Iris Blue

📋 copy color: '#11AFDB'

red 17 ◦ green 175 ◦ blue 219

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

Shades of Iris Blue #11AFDB

Tints of Iris Blue #11AFDB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.58%

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

R = 4.14%
G = 42.58%
B = 53.28%

CMYK

 C value IS 0.92

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#11AFDB (or 0x11AFDB) is known color: Iris Blue. HEX triplet: 11, AF and DB. RGB value is (17,175,219). Sum of RGB (Red+Green+Blue) = 17+175+219=411 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.14% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #11AFDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AFDB is #EE5024. Grayscale: #848484. Windows color (decimal): -15618085 or 14397201. OLE color: 14397201.

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

Color convert

RGB 17 175 219 -
CMYK 0.92 0.20 0 0.14
HSL 193.07º 0.86% 0.46% -
HSV(B) 193.07º 0.92% 0.86% -
XYZ 28.35 35.89 72.45 -
YUV 132.77 176.65 45.42 -
System Red Green Blue C M Y K H S L
Decimal 17 175 219 0.92 0.20 0 0.14 193.07 0.86 0.46
Hex 11 AF DB 5C 14 0 E C1 56 2E
Octal 21 257 333 134 24 0 16 301 126 56
Binary 10001 10101111 11011011 1011100 10100 0 1110 11000001 1010110 101110

Color Harmonies of #11AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AFDB

Black with #11AFDB

Text Example


Text Example

White with #11AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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