#14B5F8

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

Shades of Deep Sky Blue #14B5F8

Tints of Deep Sky Blue #14B5F8

Color information

#14B5F8 (or 0x14B5F8) is unknown color: approx Deep Sky Blue. HEX triplet: 14, B5 and F8. RGB value is (20,181,248). Sum of RGB (Red+Green+Blue) = 20+181+248=449 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.45% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 248 (97.27% from 255 or 55.23% from 449); Max value from RGB is 248 - color contains mainly: blue. Hex color #14B5F8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14B5F8 is #EB4A07. Grayscale: #8C8C8C. Windows color (decimal): -15419912 or 16299284. OLE color: 16299284.

HSL color Cylindrical-coordinate representation of color #14B5F8: hue angle of 197.63º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14B5F8 is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB20181248-
CMYK0.920.2700.03
HSL197.63º94.21%52.55%-
HSV(B)197.63º91.94%97.25%-
XYZ33.7639.9794.74-
YUV140.5188.6642.05-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.45%
GREEN value IS 181 (71.09% from 255) = 40.31%
BLUE value IS 248 (97.27% from 255) = 55.23%
R=4.45%
G=40.31%
B=55.23%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal201812480.920.2700.03197.6394.2152.55
Hex14B5F85C1B03c65e35
Octal24265370134330330613665
Binary101001011010111111000101110011011011110001101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B5F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,181,248); }

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

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

 a { background-color: rgb(20,181,248); }

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

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

 span { border-color: rgb(20,181,248); }

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