Html Css Color HEX #11B1DF Iris Blue

📋 copy color: '#11B1DF'

red 17 ◦ green 177 ◦ blue 223

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

Shades of Iris Blue #11B1DF

Tints of Iris Blue #11B1DF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.45%

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

R = 4.08%
G = 42.45%
B = 53.48%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#11B1DF (or 0x11B1DF) is known color: Iris Blue. HEX triplet: 11, B1 and DF. RGB value is (17,177,223). Sum of RGB (Red+Green+Blue) = 17+177+223=417 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.08% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #11B1DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11B1DF is #EE4E20. Grayscale: #868686. Windows color (decimal): -15617569 or 14659857. OLE color: 14659857.

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

Color convert

RGB 17 177 223 -
CMYK 0.92 0.21 0 0.13
HSL 193.4º 0.86% 0.47% -
HSV(B) 193.4º 0.92% 0.87% -
XYZ 29.27 36.89 75.39 -
YUV 134.4 177.99 44.26 -
System Red Green Blue C M Y K H S L
Decimal 17 177 223 0.92 0.21 0 0.13 193.4 0.86 0.47
Hex 11 B1 DF 5C 15 0 D C1 56 2F
Octal 21 261 337 134 25 0 15 301 126 57
Binary 10001 10110001 11011111 1011100 10101 0 1101 11000001 1010110 101111

Color Harmonies of #11B1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B1DF

Black with #11B1DF

Text Example


Text Example

White with #11B1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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