#14C8FB

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

Shades of Deep Sky Blue #14C8FB

Tints of Deep Sky Blue #14C8FB

Color information

#14C8FB (or 0x14C8FB) is unknown color: approx Deep Sky Blue. HEX triplet: 14, C8 and FB. RGB value is (20,200,251). Sum of RGB (Red+Green+Blue) = 20+200+251=471 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.25% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #14C8FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14C8FB is #EB3704. Grayscale: #979797. Windows color (decimal): -15415045 or 16500756. OLE color: 16500756.

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

Color convert

RGB20200251-
CMYK0.920.2000.02
HSL193.25º96.65%53.14%-
HSV(B)193.25º92.03%98.43%-
XYZ38.3648.4298.59-
YUV151.99183.8733.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.25%
GREEN value IS 200 (78.52% from 255) = 42.46%
BLUE value IS 251 (98.44% from 255) = 53.29%
R=4.25%
G=42.46%
B=53.29%

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
Decimal202002510.920.2000.02193.2596.6553.14
Hex14C8FB5C1402c16135
Octal24310373134240230114165
Binary101001100100011111011101110010100010110000011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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