#14BDD6

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

Shades of Iris Blue #14BDD6

Tints of Iris Blue #14BDD6

Color information

#14BDD6 (or 0x14BDD6) is unknown color: approx Iris Blue. HEX triplet: 14, BD and D6. RGB value is (20,189,214). Sum of RGB (Red+Green+Blue) = 20+189+214=423 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.73% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 214 (83.98% from 255 or 50.59% from 423); Max value from RGB is 214 - color contains mainly: blue. Hex color #14BDD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BDD6 is #EB4229. Grayscale: #8D8D8D. Windows color (decimal): -15417898 or 14073108. OLE color: 14073108.

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

Color convert

RGB20189214-
CMYK0.910.1200.16
HSL187.73º82.91%45.88%-
HSV(B)187.73º90.65%83.92%-
XYZ30.6241.470-
YUV141.32169.0141.47-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.73%
GREEN value IS 189 (74.22% from 255) = 44.68%
BLUE value IS 214 (83.98% from 255) = 50.59%
R=4.73%
G=44.68%
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.16
SystemRedGreenBlueCMYKHSL
Decimal201892140.910.1200.16187.7382.9145.88
Hex14BDD65BC010bc532e
Octal242753261331402027412356
Binary10100101111011101011010110111100010000101111001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,189,214); }

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

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

 a { background-color: rgb(20,189,214); }

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

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

 span { border-color: rgb(20,189,214); }

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