#14BCC8

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

Shades of Iris Blue #14BCC8

Tints of Iris Blue #14BCC8

Color information

#14BCC8 (or 0x14BCC8) is unknown color: approx Iris Blue. HEX triplet: 14, BC and C8. RGB value is (20,188,200). Sum of RGB (Red+Green+Blue) = 20+188+200=408 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.90% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 200 (78.52% from 255 or 49.02% from 408); Max value from RGB is 200 - color contains mainly: blue. Hex color #14BCC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BCC8 is #EB4337. Grayscale: #8A8A8A. Windows color (decimal): -15418168 or 13155348. OLE color: 13155348.

HSL color Cylindrical-coordinate representation of color #14BCC8: hue angle of 184º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14BCC8 is Cyan = 0.9, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB20188200-
CMYK0.90.0600.22
HSL184º81.82%43.14%-
HSV(B)184º90%78.43%-
XYZ28.740.2960.91-
YUV139.14162.3443.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.90%
GREEN value IS 188 (73.83% from 255) = 46.08%
BLUE value IS 200 (78.52% from 255) = 49.02%
R=4.90%
G=46.08%
B=49.02%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal201882000.90.0600.2218481.8243.14
Hex14BCC85A6016b8522b
Octal24274310132602627012253
Binary1010010111100110010001011010110010110101110001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,188,200); }

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

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

 a { background-color: rgb(20,188,200); }

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

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

 span { border-color: rgb(20,188,200); }

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