Html Css Color HEX #11BDCF Iris Blue

📋 copy color: '#11BDCF'

red 17 ◦ green 189 ◦ blue 207

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

Shades of Iris Blue #11BDCF

Tints of Iris Blue #11BDCF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.76%

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

R = 4.12%
G = 45.76%
B = 50.12%

CMYK

 C value IS 0.92

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#11BDCF (or 0x11BDCF) is known color: Iris Blue. HEX triplet: 11, BD and CF. RGB value is (17,189,207). Sum of RGB (Red+Green+Blue) = 17+189+207=413 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.12% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #11BDCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BDCF is #EE4230. Grayscale: #8B8B8B. Windows color (decimal): -15614513 or 13614353. OLE color: 13614353.

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

Color convert

RGB 17 189 207 -
CMYK 0.92 0.09 0 0.19
HSL 185.68º 0.85% 0.44% -
HSV(B) 185.68º 0.92% 0.81% -
XYZ 29.69 41.02 65.38 -
YUV 139.62 166.02 40.54 -
System Red Green Blue C M Y K H S L
Decimal 17 189 207 0.92 0.09 0 0.19 185.68 0.85 0.44
Hex 11 BD CF 5C 9 0 13 BA 55 2C
Octal 21 275 317 134 11 0 23 272 125 54
Binary 10001 10111101 11001111 1011100 1001 0 10011 10111010 1010101 101100

Color Harmonies of #11BDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BDCF

Black with #11BDCF

Text Example


Text Example

White with #11BDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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