#0ECCF5

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

Shades of Deep Sky Blue #0ECCF5

Tints of Deep Sky Blue #0ECCF5

Color information

#0ECCF5 (or 0x0ECCF5) is unknown color: approx Deep Sky Blue. HEX triplet: 0E, CC and F5. RGB value is (14,204,245). Sum of RGB (Red+Green+Blue) = 14+204+245=463 (61% of max value = 765). Red value is 14 (5.86% from 255 or 3.02% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 245 (96.09% from 255 or 52.92% from 463); Max value from RGB is 245 - color contains mainly: blue. Hex color #0ECCF5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECCF5 is #F1330A. Grayscale: #979797. Windows color (decimal): -15807243 or 16108558. OLE color: 16108558.

HSL color Cylindrical-coordinate representation of color #0ECCF5: hue angle of 190.65º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ECCF5 is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB14204245-
CMYK0.940.1700.04
HSL190.65º92.03%50.78%-
HSV(B)190.65º94.29%96.08%-
XYZ38.2649.8794-
YUV151.86180.5529.67-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.02%
GREEN value IS 204 (80.08% from 255) = 44.06%
BLUE value IS 245 (96.09% from 255) = 52.92%
R=3.02%
G=44.06%
B=52.92%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal142042450.940.1700.04190.6592.0350.78
HexECCF55E1104bf5c33
Octal16314365136210427713463
Binary111011001100111101011011110100010100101111111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ECCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,204,245); }

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

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

 a { background-color: rgb(14,204,245); }

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

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

 span { border-color: rgb(14,204,245); }

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