Html Css Color HEX #11B9DD Iris Blue

📋 copy color: '#11B9DD'

red 17 ◦ green 185 ◦ blue 221

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

Shades of Iris Blue #11B9DD

Tints of Iris Blue #11B9DD

RGB

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

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

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

R = 4.02%
G = 43.74%
B = 52.25%

CMYK

 C value IS 0.92

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#11B9DD (or 0x11B9DD) is known color: Iris Blue. HEX triplet: 11, B9 and DD. RGB value is (17,185,221). Sum of RGB (Red+Green+Blue) = 17+185+221=423 (56% of max value = 765). Red value is 17 (7.03% from 255 or 4.02% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #11B9DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11B9DD is #EE4622. Grayscale: #8A8A8A. Windows color (decimal): -15615523 or 14530833. OLE color: 14530833.

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

Color convert

RGB 17 185 221 -
CMYK 0.92 0.16 0 0.13
HSL 190.59º 0.86% 0.47% -
HSV(B) 190.59º 0.92% 0.87% -
XYZ 30.63 40.04 74.52 -
YUV 138.87 174.34 41.07 -
System Red Green Blue C M Y K H S L
Decimal 17 185 221 0.92 0.16 0 0.13 190.59 0.86 0.47
Hex 11 B9 DD 5C 10 0 D BF 56 2F
Octal 21 271 335 134 20 0 15 277 126 57
Binary 10001 10111001 11011101 1011100 10000 0 1101 10111111 1010110 101111

Color Harmonies of #11B9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B9DD

Black with #11B9DD

Text Example


Text Example

White with #11B9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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