Html Css Color HEX #11BEDD Iris Blue

📋 copy color: '#11BEDD'

red 17 ◦ green 190 ◦ blue 221

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

Shades of Iris Blue #11BEDD

Tints of Iris Blue #11BEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.64%

R = 3.97%
G = 44.39%
B = 51.64%

CMYK

 C value IS 0.92

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#11BEDD (or 0x11BEDD) is known color: Iris Blue. HEX triplet: 11, BE and DD. RGB value is (17,190,221). Sum of RGB (Red+Green+Blue) = 17+190+221=428 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.97% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #11BEDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BEDD is #EE4122. Grayscale: #8D8D8D. Windows color (decimal): -15614243 or 14532113. OLE color: 14532113.

HSL color Cylindrical-coordinate representation of color #11BEDD: hue angle of 189.12º 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 #11BEDD is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 190 221 -
CMYK 0.92 0.14 0 0.13
HSL 189.12º 0.86% 0.47% -
HSV(B) 189.12º 0.92% 0.87% -
XYZ 31.7 42.17 74.88 -
YUV 141.81 172.69 38.98 -
System Red Green Blue C M Y K H S L
Decimal 17 190 221 0.92 0.14 0 0.13 189.12 0.86 0.47
Hex 11 BE DD 5C E 0 D BD 56 2F
Octal 21 276 335 134 16 0 15 275 126 57
Binary 10001 10111110 11011101 1011100 1110 0 1101 10111101 1010110 101111

Color Harmonies of #11BEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BEDD

Black with #11BEDD

Text Example


Text Example

White with #11BEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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