#14ABBA

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

Shades of Iris Blue #14ABBA

Tints of Iris Blue #14ABBA

Color information

#14ABBA (or 0x14ABBA) is unknown color: approx Iris Blue. HEX triplet: 14, AB and BA. RGB value is (20,171,186). Sum of RGB (Red+Green+Blue) = 20+171+186=377 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.31% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #14ABBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ABBA is #EB5445. Grayscale: #7F7F7F. Windows color (decimal): -15422534 or 12233492. OLE color: 12233492.

HSL color Cylindrical-coordinate representation of color #14ABBA: hue angle of 185.42º 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 #14ABBA is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB20171186-
CMYK0.890.0800.27
HSL185.42º80.58%40.39%-
HSV(B)185.42º89.25%72.94%-
XYZ23.7132.8251.54-
YUV127.56160.9751.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.31%
GREEN value IS 171 (67.19% from 255) = 45.36%
BLUE value IS 186 (73.05% from 255) = 49.34%
R=5.31%
G=45.36%
B=49.34%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal201711860.890.0800.27185.4280.5840.39
Hex14ABBA59801Bb95128
Octal242532721311003327112150
Binary10100101010111011101010110011000011011101110011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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