Html Css Color HEX #11BDCD Iris Blue

📋 copy color: '#11BDCD'

red 17 ◦ green 189 ◦ blue 205

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

Shades of Iris Blue #11BDCD

Tints of Iris Blue #11BDCD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.99%

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

R = 4.14%
G = 45.99%
B = 49.88%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#11BDCD (or 0x11BDCD) is known color: Iris Blue. HEX triplet: 11, BD and CD. RGB value is (17,189,205). Sum of RGB (Red+Green+Blue) = 17+189+205=411 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.14% from 411); Green value is 189 (74.22% from 255 or 45.99% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #11BDCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BDCD is #EE4232. Grayscale: #8B8B8B. Windows color (decimal): -15614515 or 13483281. OLE color: 13483281.

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

Color convert

RGB 17 189 205 -
CMYK 0.92 0.08 0 0.20
HSL 185.11º 0.85% 0.44% -
HSV(B) 185.11º 0.92% 0.8% -
XYZ 29.45 40.92 64.1 -
YUV 139.4 165.02 40.7 -
System Red Green Blue C M Y K H S L
Decimal 17 189 205 0.92 0.08 0 0.20 185.11 0.85 0.44
Hex 11 BD CD 5C 8 0 14 B9 55 2C
Octal 21 275 315 134 10 0 24 271 125 54
Binary 10001 10111101 11001101 1011100 1000 0 10100 10111001 1010101 101100

Color Harmonies of #11BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BDCD

Black with #11BDCD

Text Example


Text Example

White with #11BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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