#14BFD8

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

Shades of Iris Blue #14BFD8

Tints of Iris Blue #14BFD8

Color information

#14BFD8 (or 0x14BFD8) is unknown color: approx Iris Blue. HEX triplet: 14, BF and D8. RGB value is (20,191,216). Sum of RGB (Red+Green+Blue) = 20+191+216=427 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.68% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 216 (84.77% from 255 or 50.59% from 427); Max value from RGB is 216 - color contains mainly: blue. Hex color #14BFD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BFD8 is #EB4027. Grayscale: #8E8E8E. Windows color (decimal): -15417384 or 14204692. OLE color: 14204692.

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

Color convert

RGB20191216-
CMYK0.910.1200.15
HSL187.65º83.05%46.27%-
HSV(B)187.65º90.74%84.71%-
XYZ31.3142.3771.49-
YUV142.72169.3540.47-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.68%
GREEN value IS 191 (75% from 255) = 44.73%
BLUE value IS 216 (84.77% from 255) = 50.59%
R=4.68%
G=44.73%
B=50.59%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal201912160.910.1200.15187.6583.0546.27
Hex14BFD85BC0Fbc532e
Octal242773301331401727412356
Binary1010010111111110110001011011110001111101111001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,191,216); }

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

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

 a { background-color: rgb(20,191,216); }

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

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

 span { border-color: rgb(20,191,216); }

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