#0EACFD

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

Shades of Deep Sky Blue #0EACFD

Tints of Deep Sky Blue #0EACFD

Color information

#0EACFD (or 0x0EACFD) is unknown color: approx Deep Sky Blue. HEX triplet: 0E, AC and FD. RGB value is (14,172,253). Sum of RGB (Red+Green+Blue) = 14+172+253=439 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.19% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 253 (99.22% from 255 or 57.63% from 439); Max value from RGB is 253 - color contains mainly: blue. Hex color #0EACFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0EACFD is #F15302. Grayscale: #858585. Windows color (decimal): -15815427 or 16624654. OLE color: 16624654.

HSL color Cylindrical-coordinate representation of color #0EACFD: hue angle of 200.33º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EACFD is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB14172253-
CMYK0.940.3200.01
HSL200.33º98.35%52.35%-
HSV(B)200.33º94.47%99.22%-
XYZ32.6636.6998.29-
YUV133.99195.1542.41-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.19%
GREEN value IS 172 (67.58% from 255) = 39.18%
BLUE value IS 253 (99.22% from 255) = 57.63%
R=3.19%
G=39.18%
B=57.63%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal141722530.940.3200.01200.3398.3552.35
HexEACFD5E2001c86234
Octal16254375136400131014264
Binary11101010110011111101101111010000001110010001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EACFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0EACFD; }

 p { color: rgb(14,172,253); }

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

<style>
 a { background-color: #0EACFD; }

 a { background-color: rgb(14,172,253); }

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

<style>
 span { border-color: #0EACFD; }

 span { border-color: rgb(14,172,253); }

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