Html Css Color HEX #11B7CD Iris Blue

📋 copy color: '#11B7CD'

red 17 ◦ green 183 ◦ blue 205

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

Shades of Iris Blue #11B7CD

Tints of Iris Blue #11B7CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.62%

R = 4.2%
G = 45.19%
B = 50.62%

CMYK

 C value IS 0.92

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#11B7CD (or 0x11B7CD) is known color: Iris Blue. HEX triplet: 11, B7 and CD. RGB value is (17,183,205). Sum of RGB (Red+Green+Blue) = 17+183+205=405 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.20% from 405); Green value is 183 (71.88% from 255 or 45.19% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #11B7CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11B7CD is #EE4832. Grayscale: #878787. Windows color (decimal): -15616051 or 13481745. OLE color: 13481745.

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

Color convert

RGB 17 183 205 -
CMYK 0.92 0.11 0 0.20
HSL 187.02º 0.85% 0.44% -
HSV(B) 187.02º 0.92% 0.8% -
XYZ 28.18 38.39 63.68 -
YUV 135.87 167 43.21 -
System Red Green Blue C M Y K H S L
Decimal 17 183 205 0.92 0.11 0 0.20 187.02 0.85 0.44
Hex 11 B7 CD 5C B 0 14 BB 55 2C
Octal 21 267 315 134 13 0 24 273 125 54
Binary 10001 10110111 11001101 1011100 1011 0 10100 10111011 1010101 101100

Color Harmonies of #11B7CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B7CD

Black with #11B7CD

Text Example


Text Example

White with #11B7CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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