Html Css Color HEX #11BEDF Iris Blue

📋 copy color: '#11BEDF'

red 17 ◦ green 190 ◦ blue 223

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

Shades of Iris Blue #11BEDF

Tints of Iris Blue #11BEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.86%

R = 3.95%
G = 44.19%
B = 51.86%

CMYK

 C value IS 0.92

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#11BEDF (or 0x11BEDF) is known color: Iris Blue. HEX triplet: 11, BE and DF. RGB value is (17,190,223). Sum of RGB (Red+Green+Blue) = 17+190+223=430 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.95% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #11BEDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BEDF is #EE4120. Grayscale: #8D8D8D. Windows color (decimal): -15614241 or 14663185. OLE color: 14663185.

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

Color convert

RGB 17 190 223 -
CMYK 0.92 0.15 0 0.13
HSL 189.61º 0.86% 0.47% -
HSV(B) 189.61º 0.92% 0.87% -
XYZ 31.96 42.27 76.29 -
YUV 142.04 173.69 38.82 -
System Red Green Blue C M Y K H S L
Decimal 17 190 223 0.92 0.15 0 0.13 189.61 0.86 0.47
Hex 11 BE DF 5C F 0 D BE 56 2F
Octal 21 276 337 134 17 0 15 276 126 57
Binary 10001 10111110 11011111 1011100 1111 0 1101 10111110 1010110 101111

Color Harmonies of #11BEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BEDF

Black with #11BEDF

Text Example


Text Example

White with #11BEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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