#0ED6FD

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

Shades of Deep Sky Blue #0ED6FD

Tints of Deep Sky Blue #0ED6FD

Color information

#0ED6FD (or 0x0ED6FD) is unknown color: approx Deep Sky Blue. HEX triplet: 0E, D6 and FD. RGB value is (14,214,253). Sum of RGB (Red+Green+Blue) = 14+214+253=481 (63% of max value = 765). Red value is 14 (5.86% from 255 or 2.91% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #0ED6FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ED6FD is #F12902. Grayscale: #9E9E9E. Windows color (decimal): -15804675 or 16635406. OLE color: 16635406.

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

Color convert

RGB14214253-
CMYK0.940.1500.01
HSL189.79º98.35%52.35%-
HSV(B)189.79º94.47%99.22%-
XYZ41.9655.28101.39-
YUV158.65181.2424.83-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 2.91%
GREEN value IS 214 (83.98% from 255) = 44.49%
BLUE value IS 253 (99.22% from 255) = 52.60%
R=2.91%
G=44.49%
B=52.60%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal142142530.940.1500.01189.7998.3552.35
HexED6FD5EF01be6234
Octal16326375136170127614264
Binary111011010110111111011011110111101101111101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ED6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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