#0ECFF0

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

Shades of Deep Sky Blue #0ECFF0

Tints of Deep Sky Blue #0ECFF0

Color information

#0ECFF0 (or 0x0ECFF0) is unknown color: approx Deep Sky Blue. HEX triplet: 0E, CF and F0. RGB value is (14,207,240). Sum of RGB (Red+Green+Blue) = 14+207+240=461 (61% of max value = 765). Red value is 14 (5.86% from 255 or 3.04% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 240 (94.14% from 255 or 52.06% from 461); Max value from RGB is 240 - color contains mainly: blue. Hex color #0ECFF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECFF0 is #F1300F. Grayscale: #989898. Windows color (decimal): -15806480 or 15781646. OLE color: 15781646.

HSL color Cylindrical-coordinate representation of color #0ECFF0: hue angle of 188.76º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ECFF0 is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB14207240-
CMYK0.940.1400.06
HSL188.76º88.98%49.8%-
HSV(B)188.76º94.17%94.12%-
XYZ38.2251.0190.27-
YUV153.06177.0628.82-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.04%
GREEN value IS 207 (81.25% from 255) = 44.90%
BLUE value IS 240 (94.14% from 255) = 52.06%
R=3.04%
G=44.90%
B=52.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal142072400.940.1400.06188.7688.9849.8
HexECFF05EE06bd5932
Octal16317360136160627513162
Binary11101100111111110000101111011100110101111011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ECFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,207,240); }

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

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

 a { background-color: rgb(14,207,240); }

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

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

 span { border-color: rgb(14,207,240); }

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