Html Css Color HEX #11AFDF Iris Blue

📋 copy color: '#11AFDF'

red 17 ◦ green 175 ◦ blue 223

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

Shades of Iris Blue #11AFDF

Tints of Iris Blue #11AFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.73%

R = 4.1%
G = 42.17%
B = 53.73%

CMYK

 C value IS 0.92

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#11AFDF (or 0x11AFDF) is known color: Iris Blue. HEX triplet: 11, AF and DF. RGB value is (17,175,223). Sum of RGB (Red+Green+Blue) = 17+175+223=415 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.10% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #11AFDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AFDF is #EE5020. Grayscale: #848484. Windows color (decimal): -15618081 or 14659345. OLE color: 14659345.

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

Color convert

RGB 17 175 223 -
CMYK 0.92 0.22 0 0.13
HSL 193.98º 0.86% 0.47% -
HSV(B) 193.98º 0.92% 0.87% -
XYZ 28.88 36.11 75.26 -
YUV 133.23 178.65 45.1 -
System Red Green Blue C M Y K H S L
Decimal 17 175 223 0.92 0.22 0 0.13 193.98 0.86 0.47
Hex 11 AF DF 5C 16 0 D C2 56 2F
Octal 21 257 337 134 26 0 15 302 126 57
Binary 10001 10101111 11011111 1011100 10110 0 1101 11000010 1010110 101111

Color Harmonies of #11AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AFDF

Black with #11AFDF

Text Example


Text Example

White with #11AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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