#14ABD0

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

Shades of Iris Blue #14ABD0

Tints of Iris Blue #14ABD0

Color information

#14ABD0 (or 0x14ABD0) is unknown color: approx Iris Blue. HEX triplet: 14, AB and D0. RGB value is (20,171,208). Sum of RGB (Red+Green+Blue) = 20+171+208=399 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.01% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 208 (81.64% from 255 or 52.13% from 399); Max value from RGB is 208 - color contains mainly: blue. Hex color #14ABD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ABD0 is #EB542F. Grayscale: #818181. Windows color (decimal): -15422512 or 13675284. OLE color: 13675284.

HSL color Cylindrical-coordinate representation of color #14ABD0: hue angle of 191.81º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14ABD0 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20171208-
CMYK0.900.1800.18
HSL191.81º82.46%44.71%-
HSV(B)191.81º90.38%81.57%-
XYZ26.2433.8364.82-
YUV130.07171.9749.49-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.01%
GREEN value IS 171 (67.19% from 255) = 42.86%
BLUE value IS 208 (81.64% from 255) = 52.13%
R=5.01%
G=42.86%
B=52.13%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal201712080.900.1800.18191.8182.4644.71
Hex14ABD05A12012c0522d
Octal242533201322202230012255
Binary101001010101111010000101101010010010010110000001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14ABD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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