Html Css Color HEX #11B1CE Iris Blue

📋 copy color: '#11B1CE'

red 17 ◦ green 177 ◦ blue 206

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

Shades of Iris Blue #11B1CE

Tints of Iris Blue #11B1CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.5%

R = 4.25%
G = 44.25%
B = 51.5%

CMYK

 C value IS 0.92

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#11B1CE (or 0x11B1CE) is known color: Iris Blue. HEX triplet: 11, B1 and CE. RGB value is (17,177,206). Sum of RGB (Red+Green+Blue) = 17+177+206=400 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.25% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #11B1CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11B1CE is #EE4E31. Grayscale: #848484. Windows color (decimal): -15617586 or 13545745. OLE color: 13545745.

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

Color convert

RGB 17 177 206 -
CMYK 0.92 0.14 0 0.19
HSL 189.21º 0.85% 0.44% -
HSV(B) 189.21º 0.92% 0.81% -
XYZ 27.09 36.02 63.92 -
YUV 132.47 169.49 45.64 -
System Red Green Blue C M Y K H S L
Decimal 17 177 206 0.92 0.14 0 0.19 189.21 0.85 0.44
Hex 11 B1 CE 5C E 0 13 BD 55 2C
Octal 21 261 316 134 16 0 23 275 125 54
Binary 10001 10110001 11001110 1011100 1110 0 10011 10111101 1010101 101100

Color Harmonies of #11B1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B1CE

Black with #11B1CE

Text Example


Text Example

White with #11B1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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