#14C0F6

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

Shades of Deep Sky Blue #14C0F6

Tints of Deep Sky Blue #14C0F6

Color information

#14C0F6 (or 0x14C0F6) is unknown color: approx Deep Sky Blue. HEX triplet: 14, C0 and F6. RGB value is (20,192,246). Sum of RGB (Red+Green+Blue) = 20+192+246=458 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.37% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 246 (96.48% from 255 or 53.71% from 458); Max value from RGB is 246 - color contains mainly: blue. Hex color #14C0F6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14C0F6 is #EB3F09. Grayscale: #929292. Windows color (decimal): -15417098 or 16171028. OLE color: 16171028.

HSL color Cylindrical-coordinate representation of color #14C0F6: hue angle of 194.34º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14C0F6 is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB20192246-
CMYK0.920.2200.04
HSL194.34º92.62%52.16%-
HSV(B)194.34º91.87%96.47%-
XYZ35.7744.593.89-
YUV146.73184.0237.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.37%
GREEN value IS 192 (75.39% from 255) = 41.92%
BLUE value IS 246 (96.48% from 255) = 53.71%
R=4.37%
G=41.92%
B=53.71%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal201922460.920.2200.04194.3492.6252.16
Hex14C0F65C1604c25d34
Octal24300366134260430213564
Binary1010011000000111101101011100101100100110000101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,192,246); }

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

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

 a { background-color: rgb(20,192,246); }

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

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

 span { border-color: rgb(20,192,246); }

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