#14ADDD

Color #14ADDD Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #14ADDD

Tints of Iris Blue #14ADDD

Color information

#14ADDD (or 0x14ADDD) is unknown color: approx Iris Blue. HEX triplet: 14, AD and DD. RGB value is (20,173,221). Sum of RGB (Red+Green+Blue) = 20+173+221=414 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.83% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #14ADDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ADDD is #EB5222. Grayscale: #848484. Windows color (decimal): -15421987 or 14527764. OLE color: 14527764.

HSL color Cylindrical-coordinate representation of color #14ADDD: hue angle of 194.33º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14ADDD is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20173221-
CMYK0.910.2200.13
HSL194.33º83.4%47.25%-
HSV(B)194.33º90.95%86.67%-
XYZ28.2835.2673.72-
YUV132.72177.8147.6-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.83%
GREEN value IS 173 (67.97% from 255) = 41.79%
BLUE value IS 221 (86.72% from 255) = 53.38%
R=4.83%
G=41.79%
B=53.38%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal201732210.910.2200.13194.3383.447.25
Hex14ADDD5B160Dc2532f
Octal242553351332601530212357
Binary10100101011011101110110110111011001101110000101010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14ADDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14ADDD; }

 p { color: rgb(20,173,221); }

 H1.HeaderClassName
 {
   color: #14ADDD;
 }
 .AnyTagClassName
 {
   color: #14ADDD;
 }
</style>
background-color css

<style>
 a { background-color: #14ADDD; }

 a { background-color: rgb(20,173,221); }

 div.DivClassName
 {
   background-color: #14ADDD;
 }
 .BgClassName
 {
   background-color: #14ADDD;
 }
</style>
border-color css

<style>
 span { border-color: #14ADDD; }

 span { border-color: rgb(20,173,221); }

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