#14C0FE

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

Shades of Deep Sky Blue #14C0FE

Tints of Deep Sky Blue #14C0FE

Color information

#14C0FE (or 0x14C0FE) is unknown color: approx Deep Sky Blue. HEX triplet: 14, C0 and FE. RGB value is (20,192,254). Sum of RGB (Red+Green+Blue) = 20+192+254=466 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.29% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #14C0FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14C0FE is #EB3F01. Grayscale: #939393. Windows color (decimal): -15417090 or 16695316. OLE color: 16695316.

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

Color convert

RGB20192254-
CMYK0.920.2400.00
HSL195.9º99.15%53.73%-
HSV(B)195.9º92.13%99.61%-
XYZ37.0345100.5-
YUV147.64188.0236.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.29%
GREEN value IS 192 (75.39% from 255) = 41.20%
BLUE value IS 254 (99.61% from 255) = 54.51%
R=4.29%
G=41.20%
B=54.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal201922540.920.2400.00195.999.1553.73
Hex14C0FE5C1800c46336
Octal24300376134300030414366
Binary10100110000001111111010111001100000110001001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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