#0EADFD

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

Shades of Deep Sky Blue #0EADFD

Tints of Deep Sky Blue #0EADFD

Color information

#0EADFD (or 0x0EADFD) is unknown color: approx Deep Sky Blue. HEX triplet: 0E, AD and FD. RGB value is (14,173,253). Sum of RGB (Red+Green+Blue) = 14+173+253=440 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.18% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #0EADFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0EADFD is #F15202. Grayscale: #868686. Windows color (decimal): -15815171 or 16624910. OLE color: 16624910.

HSL color Cylindrical-coordinate representation of color #0EADFD: hue angle of 200.08º 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 #0EADFD is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB14173253-
CMYK0.940.3200.01
HSL200.08º98.35%52.35%-
HSV(B)200.08º94.47%99.22%-
XYZ32.8537.0798.35-
YUV134.58194.8242-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.18%
GREEN value IS 173 (67.97% from 255) = 39.32%
BLUE value IS 253 (99.22% from 255) = 57.5%
R=3.18%
G=39.32%
B=57.5%

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
Decimal141732530.940.3200.01200.0898.3552.35
HexEADFD5E2001c86234
Octal16255375136400131014264
Binary11101010110111111101101111010000001110010001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EADFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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