#14BBC4

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

Shades of Iris Blue #14BBC4

Tints of Iris Blue #14BBC4

Color information

#14BBC4 (or 0x14BBC4) is unknown color: approx Iris Blue. HEX triplet: 14, BB and C4. RGB value is (20,187,196). Sum of RGB (Red+Green+Blue) = 20+187+196=403 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.96% from 403); Green value is 187 (73.44% from 255 or 46.40% from 403); Blue value is 196 (76.95% from 255 or 48.64% from 403); Max value from RGB is 196 - color contains mainly: blue. Hex color #14BBC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BBC4 is #EB443B. Grayscale: #898989. Windows color (decimal): -15418428 or 12892948. OLE color: 12892948.

HSL color Cylindrical-coordinate representation of color #14BBC4: hue angle of 183.07º 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 #14BBC4 is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB20187196-
CMYK0.900.0500.23
HSL183.07º81.48%42.35%-
HSV(B)183.07º89.8%76.86%-
XYZ28.0239.6758.41-
YUV138.09160.6743.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.96%
GREEN value IS 187 (73.44% from 255) = 46.40%
BLUE value IS 196 (76.95% from 255) = 48.64%
R=4.96%
G=46.40%
B=48.64%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal201871960.900.0500.23183.0781.4842.35
Hex14BBC45A5017b7512a
Octal24273304132502726712152
Binary1010010111011110001001011010101010111101101111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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