#14D4FA

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

Shades of Deep Sky Blue #14D4FA

Tints of Deep Sky Blue #14D4FA

Color information

#14D4FA (or 0x14D4FA) is unknown color: approx Deep Sky Blue. HEX triplet: 14, D4 and FA. RGB value is (20,212,250). Sum of RGB (Red+Green+Blue) = 20+212+250=482 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.15% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #14D4FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14D4FA is #EB2B05. Grayscale: #9E9E9E. Windows color (decimal): -15411974 or 16438292. OLE color: 16438292.

HSL color Cylindrical-coordinate representation of color #14D4FA: hue angle of 189.91º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14D4FA is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20212250-
CMYK0.920.1500.02
HSL189.91º95.83%52.94%-
HSV(B)189.91º92%98.04%-
XYZ41.0954.1498.73-
YUV158.92179.3928.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.15%
GREEN value IS 212 (83.20% from 255) = 43.98%
BLUE value IS 250 (98.05% from 255) = 51.87%
R=4.15%
G=43.98%
B=51.87%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal202122500.920.1500.02189.9195.8352.94
Hex14D4FA5CF02be6035
Octal24324372134170227614065
Binary10100110101001111101010111001111010101111101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14D4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,212,250); }

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

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

 a { background-color: rgb(20,212,250); }

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

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

 span { border-color: rgb(20,212,250); }

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