#14B2CE

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

Shades of Iris Blue #14B2CE

Tints of Iris Blue #14B2CE

Color information

#14B2CE (or 0x14B2CE) is unknown color: approx Iris Blue. HEX triplet: 14, B2 and CE. RGB value is (20,178,206). Sum of RGB (Red+Green+Blue) = 20+178+206=404 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.95% from 404); Green value is 178 (69.92% from 255 or 44.06% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #14B2CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14B2CE is #EB4D31. Grayscale: #858585. Windows color (decimal): -15420722 or 13546004. OLE color: 13546004.

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

Color convert

RGB20178206-
CMYK0.900.1400.19
HSL189.03º82.3%44.31%-
HSV(B)189.03º90.29%80.78%-
XYZ27.3536.4563.99-
YUV133.95168.6546.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.95%
GREEN value IS 178 (69.92% from 255) = 44.06%
BLUE value IS 206 (80.86% from 255) = 50.99%
R=4.95%
G=44.06%
B=50.99%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal201782060.900.1400.19189.0382.344.31
Hex14B2CE5AE013bd522c
Octal242623161321602327512254
Binary10100101100101100111010110101110010011101111011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,178,206); }

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

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

 a { background-color: rgb(20,178,206); }

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

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

 span { border-color: rgb(20,178,206); }

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