Html Css Color HEX #11ACCF Iris Blue

📋 copy color: '#11ACCF'

red 17 ◦ green 172 ◦ blue 207

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

Shades of Iris Blue #11ACCF

Tints of Iris Blue #11ACCF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.43%

 BLUE value IS 207 (81.25% from 255) = 52.27%

R = 4.29%
G = 43.43%
B = 52.27%

CMYK

 C value IS 0.92

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#11ACCF (or 0x11ACCF) is known color: Iris Blue. HEX triplet: 11, AC and CF. RGB value is (17,172,207). Sum of RGB (Red+Green+Blue) = 17+172+207=396 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.29% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #11ACCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ACCF is #EE5330. Grayscale: #818181. Windows color (decimal): -15618865 or 13610001. OLE color: 13610001.

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

Color convert

RGB 17 172 207 -
CMYK 0.92 0.17 0 0.19
HSL 191.05º 0.85% 0.44% -
HSV(B) 191.05º 0.92% 0.81% -
XYZ 26.25 34.13 64.24 -
YUV 129.65 171.65 47.65 -
System Red Green Blue C M Y K H S L
Decimal 17 172 207 0.92 0.17 0 0.19 191.05 0.85 0.44
Hex 11 AC CF 5C 11 0 13 BF 55 2C
Octal 21 254 317 134 21 0 23 277 125 54
Binary 10001 10101100 11001111 1011100 10001 0 10011 10111111 1010101 101100

Color Harmonies of #11ACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11ACCF

Black with #11ACCF

Text Example


Text Example

White with #11ACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,172,207); }

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

background-color css

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

 a { background-color: rgb(17,172,207); }

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

border-color css

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

 span { border-color: rgb(17,172,207); }

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