#14BEC4

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

Shades of Iris Blue #14BEC4

Tints of Iris Blue #14BEC4

Color information

#14BEC4 (or 0x14BEC4) is unknown color: approx Iris Blue. HEX triplet: 14, BE and C4. RGB value is (20,190,196). Sum of RGB (Red+Green+Blue) = 20+190+196=406 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.93% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 196 (76.95% from 255 or 48.28% from 406); Max value from RGB is 196 - color contains mainly: blue. Hex color #14BEC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BEC4 is #EB413B. Grayscale: #8B8B8B. Windows color (decimal): -15417660 or 12893716. OLE color: 12893716.

HSL color Cylindrical-coordinate representation of color #14BEC4: hue angle of 182.05º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14BEC4 is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB20190196-
CMYK0.900.0300.23
HSL182.05º81.48%42.35%-
HSV(B)182.05º89.8%76.86%-
XYZ28.6740.9658.62-
YUV139.85159.6842.51-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.93%
GREEN value IS 190 (74.61% from 255) = 46.80%
BLUE value IS 196 (76.95% from 255) = 48.28%
R=4.93%
G=46.80%
B=48.28%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal201901960.900.0300.23182.0581.4842.35
Hex14BEC45A3017b6512a
Octal24276304132302726612152
Binary101001011111011000100101101011010111101101101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,190,196); }

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

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

 a { background-color: rgb(20,190,196); }

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

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

 span { border-color: rgb(20,190,196); }

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