Html Css Color HEX #11B4CF Iris Blue

📋 copy color: '#11B4CF'

red 17 ◦ green 180 ◦ blue 207

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

Shades of Iris Blue #11B4CF

Tints of Iris Blue #11B4CF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.55%

 BLUE value IS 207 (81.25% from 255) = 51.24%

R = 4.21%
G = 44.55%
B = 51.24%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#11B4CF (or 0x11B4CF) is known color: Iris Blue. HEX triplet: 11, B4 and CF. RGB value is (17,180,207). Sum of RGB (Red+Green+Blue) = 17+180+207=404 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.21% from 404); Green value is 180 (70.70% from 255 or 44.55% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #11B4CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11B4CF is #EE4B30. Grayscale: #868686. Windows color (decimal): -15616817 or 13612049. OLE color: 13612049.

HSL color Cylindrical-coordinate representation of color #11B4CF: hue angle of 188.53º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11B4CF is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 180 207 -
CMYK 0.92 0.13 0 0.19
HSL 188.53º 0.85% 0.44% -
HSV(B) 188.53º 0.92% 0.81% -
XYZ 27.81 37.27 64.76 -
YUV 134.34 169 44.3 -
System Red Green Blue C M Y K H S L
Decimal 17 180 207 0.92 0.13 0 0.19 188.53 0.85 0.44
Hex 11 B4 CF 5C D 0 13 BD 55 2C
Octal 21 264 317 134 15 0 23 275 125 54
Binary 10001 10110100 11001111 1011100 1101 0 10011 10111101 1010101 101100

Color Harmonies of #11B4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B4CF

Black with #11B4CF

Text Example


Text Example

White with #11B4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,180,207); }

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

background-color css

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

 a { background-color: rgb(17,180,207); }

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

border-color css

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

 span { border-color: rgb(17,180,207); }

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