#14BAF8

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

Shades of Deep Sky Blue #14BAF8

Tints of Deep Sky Blue #14BAF8

Color information

#14BAF8 (or 0x14BAF8) is unknown color: approx Deep Sky Blue. HEX triplet: 14, BA and F8. RGB value is (20,186,248). Sum of RGB (Red+Green+Blue) = 20+186+248=454 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.41% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 248 (97.27% from 255 or 54.63% from 454); Max value from RGB is 248 - color contains mainly: blue. Hex color #14BAF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14BAF8 is #EB4507. Grayscale: #8F8F8F. Windows color (decimal): -15418632 or 16300564. OLE color: 16300564.

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

Color convert

RGB20186248-
CMYK0.920.2500.03
HSL196.32º94.21%52.55%-
HSV(B)196.32º91.94%97.25%-
XYZ34.7942.0495.09-
YUV143.4318739.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.41%
GREEN value IS 186 (73.05% from 255) = 40.97%
BLUE value IS 248 (97.27% from 255) = 54.63%
R=4.41%
G=40.97%
B=54.63%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal201862480.920.2500.03196.3294.2152.55
Hex14BAF85C1903c45e35
Octal24272370134310330413665
Binary101001011101011111000101110011001011110001001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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