#14C9FB

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

Shades of Deep Sky Blue #14C9FB

Tints of Deep Sky Blue #14C9FB

Color information

#14C9FB (or 0x14C9FB) is unknown color: approx Deep Sky Blue. HEX triplet: 14, C9 and FB. RGB value is (20,201,251). Sum of RGB (Red+Green+Blue) = 20+201+251=472 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.24% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #14C9FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14C9FB is #EB3604. Grayscale: #989898. Windows color (decimal): -15414789 or 16501012. OLE color: 16501012.

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

Color convert

RGB20201251-
CMYK0.920.2000.02
HSL192.99º96.65%53.14%-
HSV(B)192.99º92.03%98.43%-
XYZ38.5948.8998.67-
YUV152.58183.5333.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.24%
GREEN value IS 201 (78.91% from 255) = 42.58%
BLUE value IS 251 (98.44% from 255) = 53.18%
R=4.24%
G=42.58%
B=53.18%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal202012510.920.2000.02192.9996.6553.14
Hex14C9FB5C1402c16135
Octal24311373134240230114165
Binary101001100100111111011101110010100010110000011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,201,251); }

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

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

 a { background-color: rgb(20,201,251); }

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

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

 span { border-color: rgb(20,201,251); }

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