Html Css Color HEX #11B2CE Iris Blue

📋 copy color: '#11B2CE'

red 17 ◦ green 178 ◦ blue 206

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

Shades of Iris Blue #11B2CE

Tints of Iris Blue #11B2CE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.39%

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

R = 4.24%
G = 44.39%
B = 51.37%

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

#11B2CE (or 0x11B2CE) is known color: Iris Blue. HEX triplet: 11, B2 and CE. RGB value is (17,178,206). Sum of RGB (Red+Green+Blue) = 17+178+206=401 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.24% from 401); Green value is 178 (69.92% from 255 or 44.39% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #11B2CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11B2CE is #EE4D31. Grayscale: #848484. Windows color (decimal): -15617330 or 13546001. OLE color: 13546001.

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

Color convert

RGB 17 178 206 -
CMYK 0.92 0.14 0 0.19
HSL 188.89º 0.85% 0.44% -
HSV(B) 188.89º 0.92% 0.81% -
XYZ 27.29 36.42 63.98 -
YUV 133.05 169.16 45.22 -
System Red Green Blue C M Y K H S L
Decimal 17 178 206 0.92 0.14 0 0.19 188.89 0.85 0.44
Hex 11 B2 CE 5C E 0 13 BD 55 2C
Octal 21 262 316 134 16 0 23 275 125 54
Binary 10001 10110010 11001110 1011100 1110 0 10011 10111101 1010101 101100

Color Harmonies of #11B2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B2CE

Black with #11B2CE

Text Example


Text Example

White with #11B2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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