#14A8D7

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

Shades of Iris Blue #14A8D7

Tints of Iris Blue #14A8D7

Color information

#14A8D7 (or 0x14A8D7) is unknown color: approx Iris Blue. HEX triplet: 14, A8 and D7. RGB value is (20,168,215). Sum of RGB (Red+Green+Blue) = 20+168+215=403 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.96% from 403); Green value is 168 (66.02% from 255 or 41.69% from 403); Blue value is 215 (84.38% from 255 or 53.35% from 403); Max value from RGB is 215 - color contains mainly: blue. Hex color #14A8D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A8D7 is #EB5728. Grayscale: #808080. Windows color (decimal): -15423273 or 14133268. OLE color: 14133268.

HSL color Cylindrical-coordinate representation of color #14A8D7: hue angle of 194.46º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14A8D7 is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20168215-
CMYK0.910.2200.16
HSL194.46º82.98%46.08%-
HSV(B)194.46º90.7%84.31%-
XYZ26.5633.0669.27-
YUV129.11176.4750.18-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.96%
GREEN value IS 168 (66.02% from 255) = 41.69%
BLUE value IS 215 (84.38% from 255) = 53.35%
R=4.96%
G=41.69%
B=53.35%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal201682150.910.2200.16194.4682.9846.08
Hex14A8D75B16010c2532e
Octal242503271332602030212356
Binary101001010100011010111101101110110010000110000101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,168,215); }

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

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

 a { background-color: rgb(20,168,215); }

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

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

 span { border-color: rgb(20,168,215); }

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