#14A6DB

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

Shades of Iris Blue #14A6DB

Tints of Iris Blue #14A6DB

Color information

#14A6DB (or 0x14A6DB) is unknown color: approx Iris Blue. HEX triplet: 14, A6 and DB. RGB value is (20,166,219). Sum of RGB (Red+Green+Blue) = 20+166+219=405 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.94% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #14A6DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A6DB is #EB5924. Grayscale: #808080. Windows color (decimal): -15423781 or 14394900. OLE color: 14394900.

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

Color convert

RGB20166219-
CMYK0.910.2400.14
HSL195.98º83.26%46.86%-
HSV(B)195.98º90.87%85.88%-
XYZ26.7132.5471.89-
YUV128.39179.1350.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.94%
GREEN value IS 166 (65.23% from 255) = 40.99%
BLUE value IS 219 (85.94% from 255) = 54.07%
R=4.94%
G=40.99%
B=54.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal201662190.910.2400.14195.9883.2646.86
Hex14A6DB5B180Ec4532f
Octal242463331333001630412357
Binary10100101001101101101110110111100001110110001001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,166,219); }

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

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

 a { background-color: rgb(20,166,219); }

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

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

 span { border-color: rgb(20,166,219); }

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