Html Css Color HEX #11BED7 Iris Blue

📋 copy color: '#11BED7'

red 17 ◦ green 190 ◦ blue 215

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

Shades of Iris Blue #11BED7

Tints of Iris Blue #11BED7

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.02%

 BLUE value IS 215 (84.38% from 255) = 50.95%

R = 4.03%
G = 45.02%
B = 50.95%

CMYK

 C value IS 0.92

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#11BED7 (or 0x11BED7) is known color: Iris Blue. HEX triplet: 11, BE and D7. RGB value is (17,190,215). Sum of RGB (Red+Green+Blue) = 17+190+215=422 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.03% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 215 (84.38% from 255 or 50.95% from 422); Max value from RGB is 215 - color contains mainly: blue. Hex color #11BED7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BED7 is #EE4128. Grayscale: #8C8C8C. Windows color (decimal): -15614249 or 14138897. OLE color: 14138897.

HSL color Cylindrical-coordinate representation of color #11BED7: hue angle of 187.58º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11BED7 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 17 190 215 -
CMYK 0.92 0.12 0 0.16
HSL 187.58º 0.85% 0.45% -
HSV(B) 187.58º 0.92% 0.84% -
XYZ 30.91 41.85 70.74 -
YUV 141.12 169.69 39.47 -
System Red Green Blue C M Y K H S L
Decimal 17 190 215 0.92 0.12 0 0.16 187.58 0.85 0.45
Hex 11 BE D7 5C C 0 10 BC 55 2D
Octal 21 276 327 134 14 0 20 274 125 55
Binary 10001 10111110 11010111 1011100 1100 0 10000 10111100 1010101 101101

Color Harmonies of #11BED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BED7

Black with #11BED7

Text Example


Text Example

White with #11BED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,190,215); }

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

background-color css

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

 a { background-color: rgb(17,190,215); }

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

border-color css

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

 span { border-color: rgb(17,190,215); }

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