#14DAF9

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

Shades of Deep Sky Blue #14DAF9

Tints of Deep Sky Blue #14DAF9

Color information

#14DAF9 (or 0x14DAF9) is unknown color: approx Deep Sky Blue. HEX triplet: 14, DA and F9. RGB value is (20,218,249). Sum of RGB (Red+Green+Blue) = 20+218+249=487 (64% of max value = 765). Red value is 20 (8.20% from 255 or 4.11% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 249 (97.66% from 255 or 51.13% from 487); Max value from RGB is 249 - color contains mainly: blue. Hex color #14DAF9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14DAF9 is #EB2506. Grayscale: #A2A2A2. Windows color (decimal): -15410439 or 16374292. OLE color: 16374292.

HSL color Cylindrical-coordinate representation of color #14DAF9: hue angle of 188.12º degrees, saturation: 0.95, 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 #14DAF9 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20218249-
CMYK0.920.1200.02
HSL188.12º95.02%52.75%-
HSV(B)188.12º91.97%97.65%-
XYZ42.4657.1398.41-
YUV162.33176.926.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.11%
GREEN value IS 218 (85.55% from 255) = 44.76%
BLUE value IS 249 (97.66% from 255) = 51.13%
R=4.11%
G=44.76%
B=51.13%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal202182490.920.1200.02188.1295.0252.75
Hex14DAF95CC02bc5f35
Octal24332371134140227413765
Binary10100110110101111100110111001100010101111001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14DAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,218,249); }

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

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

 a { background-color: rgb(20,218,249); }

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

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

 span { border-color: rgb(20,218,249); }

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