#14D8FD

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

Shades of Deep Sky Blue #14D8FD

Tints of Deep Sky Blue #14D8FD

Color information

#14D8FD (or 0x14D8FD) is unknown color: approx Deep Sky Blue. HEX triplet: 14, D8 and FD. RGB value is (20,216,253). Sum of RGB (Red+Green+Blue) = 20+216+253=489 (64% of max value = 765). Red value is 20 (8.20% from 255 or 4.09% from 489); Green value is 216 (84.77% from 255 or 44.17% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #14D8FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14D8FD is #EB2702. Grayscale: #A1A1A1. Windows color (decimal): -15410947 or 16635924. OLE color: 16635924.

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

Color convert

RGB20216253-
CMYK0.920.1500.01
HSL189.53º98.31%53.53%-
HSV(B)189.53º92.09%99.22%-
XYZ42.5756.35101.56-
YUV161.61179.5726.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.09%
GREEN value IS 216 (84.77% from 255) = 44.17%
BLUE value IS 253 (99.22% from 255) = 51.74%
R=4.09%
G=44.17%
B=51.74%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal202162530.920.1500.01189.5398.3153.53
Hex14D8FD5CF01be6236
Octal24330375134170127614266
Binary1010011011000111111011011100111101101111101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14D8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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