#0EB3EC

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

Shades of Deep Sky Blue #0EB3EC

Tints of Deep Sky Blue #0EB3EC

Color information

#0EB3EC (or 0x0EB3EC) is unknown color: approx Deep Sky Blue. HEX triplet: 0E, B3 and EC. RGB value is (14,179,236). Sum of RGB (Red+Green+Blue) = 14+179+236=429 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.26% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #0EB3EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EB3EC is #F14C13. Grayscale: #878787. Windows color (decimal): -15813652 or 15512334. OLE color: 15512334.

HSL color Cylindrical-coordinate representation of color #0EB3EC: hue angle of 195.41º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EB3EC is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14179236-
CMYK0.940.2400.07
HSL195.41º88.8%49.02%-
HSV(B)195.41º94.07%92.55%-
XYZ31.4438.3985.11-
YUV136.16184.3440.87-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.26%
GREEN value IS 179 (70.31% from 255) = 41.72%
BLUE value IS 236 (92.58% from 255) = 55.01%
R=3.26%
G=41.72%
B=55.01%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal141792360.940.2400.07195.4188.849.02
HexEB3EC5E1807c35931
Octal16263354136300730313161
Binary111010110011111011001011110110000111110000111011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,179,236); }

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

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

 a { background-color: rgb(14,179,236); }

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

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

 span { border-color: rgb(14,179,236); }

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