Html Css Color HEX #11B7CE Iris Blue

📋 copy color: '#11B7CE'

red 17 ◦ green 183 ◦ blue 206

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

Shades of Iris Blue #11B7CE

Tints of Iris Blue #11B7CE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.07%

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

R = 4.19%
G = 45.07%
B = 50.74%

CMYK

 C value IS 0.92

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#11B7CE (or 0x11B7CE) is known color: Iris Blue. HEX triplet: 11, B7 and CE. RGB value is (17,183,206). Sum of RGB (Red+Green+Blue) = 17+183+206=406 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.19% from 406); Green value is 183 (71.88% from 255 or 45.07% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #11B7CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11B7CE is #EE4831. Grayscale: #878787. Windows color (decimal): -15616050 or 13547281. OLE color: 13547281.

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

Color convert

RGB 17 183 206 -
CMYK 0.92 0.11 0 0.19
HSL 187.3º 0.85% 0.44% -
HSV(B) 187.3º 0.92% 0.81% -
XYZ 28.31 38.44 64.32 -
YUV 135.99 167.5 43.13 -
System Red Green Blue C M Y K H S L
Decimal 17 183 206 0.92 0.11 0 0.19 187.3 0.85 0.44
Hex 11 B7 CE 5C B 0 13 BB 55 2C
Octal 21 267 316 134 13 0 23 273 125 54
Binary 10001 10110111 11001110 1011100 1011 0 10011 10111011 1010101 101100

Color Harmonies of #11B7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B7CE

Black with #11B7CE

Text Example


Text Example

White with #11B7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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