#14B4D1

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

Shades of Iris Blue #14B4D1

Tints of Iris Blue #14B4D1

Color information

#14B4D1 (or 0x14B4D1) is unknown color: approx Iris Blue. HEX triplet: 14, B4 and D1. RGB value is (20,180,209). Sum of RGB (Red+Green+Blue) = 20+180+209=409 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.89% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 209 (82.03% from 255 or 51.10% from 409); Max value from RGB is 209 - color contains mainly: blue. Hex color #14B4D1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14B4D1 is #EB4B2E. Grayscale: #878787. Windows color (decimal): -15420207 or 13743124. OLE color: 13743124.

HSL color Cylindrical-coordinate representation of color #14B4D1: hue angle of 189.21º degrees, saturation: 0.83, 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 #14B4D1 is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20180209-
CMYK0.900.1400.18
HSL189.21º82.53%44.9%-
HSV(B)189.21º90.43%81.96%-
XYZ28.1237.3966.06-
YUV135.47169.4945.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.89%
GREEN value IS 180 (70.70% from 255) = 44.01%
BLUE value IS 209 (82.03% from 255) = 51.10%
R=4.89%
G=44.01%
B=51.10%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal201802090.900.1400.18189.2182.5344.9
Hex14B4D15AE012bd532d
Octal242643211321602227512355
Binary10100101101001101000110110101110010010101111011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,180,209); }

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

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

 a { background-color: rgb(20,180,209); }

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

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

 span { border-color: rgb(20,180,209); }

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