#14B2CA

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

Shades of Iris Blue #14B2CA

Tints of Iris Blue #14B2CA

Color information

#14B2CA (or 0x14B2CA) is unknown color: approx Iris Blue. HEX triplet: 14, B2 and CA. RGB value is (20,178,202). Sum of RGB (Red+Green+Blue) = 20+178+202=400 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #14B2CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14B2CA is #EB4D35. Grayscale: #858585. Windows color (decimal): -15420726 or 13283860. OLE color: 13283860.

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

Color convert

RGB20178202-
CMYK0.900.1200.21
HSL187.91º81.98%43.53%-
HSV(B)187.91º90.1%79.22%-
XYZ26.8736.2561.46-
YUV133.49166.6547.05-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5%
GREEN value IS 178 (69.92% from 255) = 44.5%
BLUE value IS 202 (79.30% from 255) = 50.5%
R=5%
G=44.5%
B=50.5%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201782020.900.1200.21187.9181.9843.53
Hex14B2CA5AC015bc522c
Octal242623121321402527412254
Binary10100101100101100101010110101100010101101111001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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