Html Css Color HEX #11B8BC Iris Blue

📋 copy color: '#11B8BC'

red 17 ◦ green 184 ◦ blue 188

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

Shades of Iris Blue #11B8BC

Tints of Iris Blue #11B8BC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.3%

 BLUE value IS 188 (73.83% from 255) = 48.33%

R = 4.37%
G = 47.3%
B = 48.33%

CMYK

 C value IS 0.91

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#11B8BC (or 0x11B8BC) is known color: Iris Blue. HEX triplet: 11, B8 and BC. RGB value is (17,184,188). Sum of RGB (Red+Green+Blue) = 17+184+188=389 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.37% from 389); Green value is 184 (72.27% from 255 or 47.30% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #11B8BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11B8BC is #EE4743. Grayscale: #868686. Windows color (decimal): -15615812 or 12367889. OLE color: 12367889.

HSL color Cylindrical-coordinate representation of color #11B8BC: hue angle of 181.4º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B8BC is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 17 184 188 -
CMYK 0.91 0.02 0 0.26
HSL 181.4º 0.83% 0.4% -
HSV(B) 181.4º 0.91% 0.74% -
XYZ 26.45 38.03 53.52 -
YUV 134.52 158.17 44.17 -
System Red Green Blue C M Y K H S L
Decimal 17 184 188 0.91 0.02 0 0.26 181.4 0.83 0.4
Hex 11 B8 BC 5B 2 0 1A B5 53 28
Octal 21 270 274 133 2 0 32 265 123 50
Binary 10001 10111000 10111100 1011011 10 0 11010 10110101 1010011 101000

Color Harmonies of #11B8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B8BC

Black with #11B8BC

Text Example


Text Example

White with #11B8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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