Html Css Color HEX #11BCDA Iris Blue

📋 copy color: '#11BCDA'

red 17 ◦ green 188 ◦ blue 218

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

Shades of Iris Blue #11BCDA

Tints of Iris Blue #11BCDA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.44%

 BLUE value IS 218 (85.55% from 255) = 51.54%

R = 4.02%
G = 44.44%
B = 51.54%

CMYK

 C value IS 0.92

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#11BCDA (or 0x11BCDA) is known color: Iris Blue. HEX triplet: 11, BC and DA. RGB value is (17,188,218). Sum of RGB (Red+Green+Blue) = 17+188+218=423 (56% of max value = 765). Red value is 17 (7.03% from 255 or 4.02% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #11BCDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BCDA is #EE4325. Grayscale: #8B8B8B. Windows color (decimal): -15614758 or 14334993. OLE color: 14334993.

HSL color Cylindrical-coordinate representation of color #11BCDA: hue angle of 188.96º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11BCDA is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 17 188 218 -
CMYK 0.92 0.14 0 0.15
HSL 188.96º 0.86% 0.46% -
HSV(B) 188.96º 0.92% 0.85% -
XYZ 30.87 41.15 72.64 -
YUV 140.29 171.85 40.06 -
System Red Green Blue C M Y K H S L
Decimal 17 188 218 0.92 0.14 0 0.15 188.96 0.86 0.46
Hex 11 BC DA 5C E 0 F BD 56 2E
Octal 21 274 332 134 16 0 17 275 126 56
Binary 10001 10111100 11011010 1011100 1110 0 1111 10111101 1010110 101110

Color Harmonies of #11BCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BCDA

Black with #11BCDA

Text Example


Text Example

White with #11BCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,188,218); }

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

background-color css

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

 a { background-color: rgb(17,188,218); }

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

border-color css

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

 span { border-color: rgb(17,188,218); }

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