Html Css Color HEX #11BEE0 Iris Blue

📋 copy color: '#11BEE0'

red 17 ◦ green 190 ◦ blue 224

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

Shades of Iris Blue #11BEE0

Tints of Iris Blue #11BEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 51.97%

R = 3.94%
G = 44.08%
B = 51.97%

CMYK

 C value IS 0.92

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#11BEE0 (or 0x11BEE0) is known color: Iris Blue. HEX triplet: 11, BE and E0. RGB value is (17,190,224). Sum of RGB (Red+Green+Blue) = 17+190+224=431 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.94% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 224 (87.89% from 255 or 51.97% from 431); Max value from RGB is 224 - color contains mainly: blue. Hex color #11BEE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BEE0 is #EE411F. Grayscale: #8D8D8D. Windows color (decimal): -15614240 or 14728721. OLE color: 14728721.

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

Color convert

RGB 17 190 224 -
CMYK 0.92 0.15 0 0.12
HSL 189.86º 0.86% 0.47% -
HSV(B) 189.86º 0.92% 0.88% -
XYZ 32.1 42.33 77 -
YUV 142.15 174.19 38.74 -
System Red Green Blue C M Y K H S L
Decimal 17 190 224 0.92 0.15 0 0.12 189.86 0.86 0.47
Hex 11 BE E0 5C F 0 C BE 56 2F
Octal 21 276 340 134 17 0 14 276 126 57
Binary 10001 10111110 11100000 1011100 1111 0 1100 10111110 1010110 101111

Color Harmonies of #11BEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BEE0

Black with #11BEE0

Text Example


Text Example

White with #11BEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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