#14A9DD

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

Shades of Iris Blue #14A9DD

Tints of Iris Blue #14A9DD

Color information

#14A9DD (or 0x14A9DD) is unknown color: approx Iris Blue. HEX triplet: 14, A9 and DD. RGB value is (20,169,221). Sum of RGB (Red+Green+Blue) = 20+169+221=410 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.88% from 410); Green value is 169 (66.41% from 255 or 41.22% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #14A9DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A9DD is #EB5622. Grayscale: #828282. Windows color (decimal): -15423011 or 14526740. OLE color: 14526740.

HSL color Cylindrical-coordinate representation of color #14A9DD: hue angle of 195.52º 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 #14A9DD is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20169221-
CMYK0.910.2400.13
HSL195.52º83.4%47.25%-
HSV(B)195.52º90.95%86.67%-
XYZ27.5333.7573.47-
YUV130.38179.1449.27-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.88%
GREEN value IS 169 (66.41% from 255) = 41.22%
BLUE value IS 221 (86.72% from 255) = 53.90%
R=4.88%
G=41.22%
B=53.90%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal201692210.910.2400.13195.5283.447.25
Hex14A9DD5B180Dc4532f
Octal242513351333001530412357
Binary10100101010011101110110110111100001101110001001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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