#14DAFF

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

Shades of Deep Sky Blue #14DAFF

Tints of Deep Sky Blue #14DAFF

Color information

#14DAFF (or 0x14DAFF) is unknown color: approx Deep Sky Blue. HEX triplet: 14, DA and FF. RGB value is (20,218,255). Sum of RGB (Red+Green+Blue) = 20+218+255=493 (65% of max value = 765). Red value is 20 (8.20% from 255 or 4.06% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #14DAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14DAFF is #EB2500. Grayscale: #A2A2A2. Windows color (decimal): -15410433 or 16767508. OLE color: 16767508.

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

Color convert

RGB20218255-
CMYK0.920.1500
HSL189.45º100%53.92%-
HSV(B)189.45º92.16%100%-
XYZ43.4157.51103.42-
YUV163.02179.925.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.06%
GREEN value IS 218 (85.55% from 255) = 44.22%
BLUE value IS 255 (100% from 255) = 51.72%
R=4.06%
G=44.22%
B=51.72%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal202182550.920.1500189.4510053.92
Hex14DAFF5CF00bd6436
Octal24332377134170027514466
Binary1010011011010111111111011100111100101111011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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