Html Css Color HEX #11B5B9 Iris Blue

📋 copy color: '#11B5B9'

red 17 ◦ green 181 ◦ blue 185

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

Shades of Iris Blue #11B5B9

Tints of Iris Blue #11B5B9

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.26%

 BLUE value IS 185 (72.66% from 255) = 48.3%

R = 4.44%
G = 47.26%
B = 48.3%

CMYK

 C value IS 0.91

 M value IS 0.02

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#11B5B9 (or 0x11B5B9) is known color: Iris Blue. HEX triplet: 11, B5 and B9. RGB value is (17,181,185). Sum of RGB (Red+Green+Blue) = 17+181+185=383 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.44% from 383); Green value is 181 (71.09% from 255 or 47.26% from 383); Blue value is 185 (72.66% from 255 or 48.30% from 383); Max value from RGB is 185 - color contains mainly: blue. Hex color #11B5B9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11B5B9 is #EE4A46. Grayscale: #848484. Windows color (decimal): -15616583 or 12170513. OLE color: 12170513.

HSL color Cylindrical-coordinate representation of color #11B5B9: hue angle of 181.43º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B5B9 is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 17 181 185 -
CMYK 0.91 0.02 0 0.27
HSL 181.43º 0.83% 0.4% -
HSV(B) 181.43º 0.91% 0.73% -
XYZ 25.51 36.67 51.63 -
YUV 132.42 157.67 45.67 -
System Red Green Blue C M Y K H S L
Decimal 17 181 185 0.91 0.02 0 0.27 181.43 0.83 0.4
Hex 11 B5 B9 5B 2 0 1B B5 53 28
Octal 21 265 271 133 2 0 33 265 123 50
Binary 10001 10110101 10111001 1011011 10 0 11011 10110101 1010011 101000

Color Harmonies of #11B5B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B5B9

Black with #11B5B9

Text Example


Text Example

White with #11B5B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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