Html Css Color HEX #11AFCD Iris Blue

📋 copy color: '#11AFCD'

red 17 ◦ green 175 ◦ blue 205

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

Shades of Iris Blue #11AFCD

Tints of Iris Blue #11AFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.64%

R = 4.28%
G = 44.08%
B = 51.64%

CMYK

 C value IS 0.92

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#11AFCD (or 0x11AFCD) is known color: Iris Blue. HEX triplet: 11, AF and CD. RGB value is (17,175,205). Sum of RGB (Red+Green+Blue) = 17+175+205=397 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.28% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #11AFCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AFCD is #EE5032. Grayscale: #828282. Windows color (decimal): -15618099 or 13479697. OLE color: 13479697.

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

Color convert

RGB 17 175 205 -
CMYK 0.92 0.15 0 0.20
HSL 189.57º 0.85% 0.44% -
HSV(B) 189.57º 0.92% 0.8% -
XYZ 26.58 35.19 63.15 -
YUV 131.18 169.65 46.56 -
System Red Green Blue C M Y K H S L
Decimal 17 175 205 0.92 0.15 0 0.20 189.57 0.85 0.44
Hex 11 AF CD 5C F 0 14 BE 55 2C
Octal 21 257 315 134 17 0 24 276 125 54
Binary 10001 10101111 11001101 1011100 1111 0 10100 10111110 1010101 101100

Color Harmonies of #11AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AFCD

Black with #11AFCD

Text Example


Text Example

White with #11AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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