#14ADBA

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

Shades of Iris Blue #14ADBA

Tints of Iris Blue #14ADBA

Color information

#14ADBA (or 0x14ADBA) is unknown color: approx Iris Blue. HEX triplet: 14, AD and BA. RGB value is (20,173,186). Sum of RGB (Red+Green+Blue) = 20+173+186=379 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.28% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #14ADBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ADBA is #EB5245. Grayscale: #808080. Windows color (decimal): -15422022 or 12234004. OLE color: 12234004.

HSL color Cylindrical-coordinate representation of color #14ADBA: hue angle of 184.7º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14ADBA is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB20173186-
CMYK0.890.0700.27
HSL184.7º80.58%40.39%-
HSV(B)184.7º89.25%72.94%-
XYZ24.0933.5851.67-
YUV128.73160.3150.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.28%
GREEN value IS 173 (67.97% from 255) = 45.65%
BLUE value IS 186 (73.05% from 255) = 49.08%
R=5.28%
G=45.65%
B=49.08%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal201731860.890.0700.27184.780.5840.39
Hex14ADBA59701Bb95128
Octal24255272131703327112150
Binary1010010101101101110101011001111011011101110011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14ADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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