Html Css Color HEX #11B9DE Iris Blue

📋 copy color: '#11B9DE'

red 17 ◦ green 185 ◦ blue 222

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

Shades of Iris Blue #11B9DE

Tints of Iris Blue #11B9DE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.63%

 BLUE value IS 222 (87.11% from 255) = 52.36%

R = 4.01%
G = 43.63%
B = 52.36%

CMYK

 C value IS 0.92

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#11B9DE (or 0x11B9DE) is known color: Iris Blue. HEX triplet: 11, B9 and DE. RGB value is (17,185,222). Sum of RGB (Red+Green+Blue) = 17+185+222=424 (56% of max value = 765). Red value is 17 (7.03% from 255 or 4.01% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 222 (87.11% from 255 or 52.36% from 424); Max value from RGB is 222 - color contains mainly: blue. Hex color #11B9DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11B9DE is #EE4621. Grayscale: #8A8A8A. Windows color (decimal): -15615522 or 14596369. OLE color: 14596369.

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

Color convert

RGB 17 185 222 -
CMYK 0.92 0.17 0 0.13
HSL 190.83º 0.86% 0.47% -
HSV(B) 190.83º 0.92% 0.87% -
XYZ 30.76 40.09 75.22 -
YUV 138.99 174.84 40.99 -
System Red Green Blue C M Y K H S L
Decimal 17 185 222 0.92 0.17 0 0.13 190.83 0.86 0.47
Hex 11 B9 DE 5C 11 0 D BF 56 2F
Octal 21 271 336 134 21 0 15 277 126 57
Binary 10001 10111001 11011110 1011100 10001 0 1101 10111111 1010110 101111

Color Harmonies of #11B9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B9DE

Black with #11B9DE

Text Example


Text Example

White with #11B9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,185,222); }

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

background-color css

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

 a { background-color: rgb(17,185,222); }

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

border-color css

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

 span { border-color: rgb(17,185,222); }

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