#0ECDF3

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

Shades of Deep Sky Blue #0ECDF3

Tints of Deep Sky Blue #0ECDF3

Color information

#0ECDF3 (or 0x0ECDF3) is unknown color: approx Deep Sky Blue. HEX triplet: 0E, CD and F3. RGB value is (14,205,243). Sum of RGB (Red+Green+Blue) = 14+205+243=462 (61% of max value = 765). Red value is 14 (5.86% from 255 or 3.03% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 243 (95.31% from 255 or 52.60% from 462); Max value from RGB is 243 - color contains mainly: blue. Hex color #0ECDF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECDF3 is #F1320C. Grayscale: #979797. Windows color (decimal): -15806989 or 15977742. OLE color: 15977742.

HSL color Cylindrical-coordinate representation of color #0ECDF3: hue angle of 189.96º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ECDF3 is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB14205243-
CMYK0.940.1600.05
HSL189.96º90.51%50.39%-
HSV(B)189.96º94.24%95.29%-
XYZ38.1950.2392.48-
YUV152.22179.2229.41-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.03%
GREEN value IS 205 (80.47% from 255) = 44.37%
BLUE value IS 243 (95.31% from 255) = 52.60%
R=3.03%
G=44.37%
B=52.60%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal142052430.940.1600.05189.9690.5150.39
HexECDF35E1005be5b32
Octal16315363136200527613362
Binary111011001101111100111011110100000101101111101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ECDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,205,243); }

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

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

 a { background-color: rgb(14,205,243); }

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

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

 span { border-color: rgb(14,205,243); }

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