Html Css Color HEX #11BFC7 Iris Blue

📋 copy color: '#11BFC7'

red 17 ◦ green 191 ◦ blue 199

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

Shades of Iris Blue #11BFC7

Tints of Iris Blue #11BFC7

RGB

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

 GREEN value IS 191 (75% from 255) = 46.93%

 BLUE value IS 199 (78.13% from 255) = 48.89%

R = 4.18%
G = 46.93%
B = 48.89%

CMYK

 C value IS 0.91

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#11BFC7 (or 0x11BFC7) is known color: Iris Blue. HEX triplet: 11, BF and C7. RGB value is (17,191,199). Sum of RGB (Red+Green+Blue) = 17+191+199=407 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.18% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 199 (78.12% from 255 or 48.89% from 407); Max value from RGB is 199 - color contains mainly: blue. Hex color #11BFC7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BFC7 is #EE4038. Grayscale: #8B8B8B. Windows color (decimal): -15614009 or 13090577. OLE color: 13090577.

HSL color Cylindrical-coordinate representation of color #11BFC7: hue angle of 182.64º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BFC7 is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 17 191 199 -
CMYK 0.91 0.04 0 0.22
HSL 182.64º 0.84% 0.42% -
HSV(B) 182.64º 0.91% 0.78% -
XYZ 29.17 41.5 60.51 -
YUV 139.89 161.35 40.35 -
System Red Green Blue C M Y K H S L
Decimal 17 191 199 0.91 0.04 0 0.22 182.64 0.84 0.42
Hex 11 BF C7 5B 4 0 16 B7 54 2A
Octal 21 277 307 133 4 0 26 267 124 52
Binary 10001 10111111 11000111 1011011 100 0 10110 10110111 1010100 101010

Color Harmonies of #11BFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BFC7

Black with #11BFC7

Text Example


Text Example

White with #11BFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,191,199); }

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

background-color css

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

 a { background-color: rgb(17,191,199); }

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

border-color css

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

 span { border-color: rgb(17,191,199); }

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