#0EAEFB

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

Shades of Deep Sky Blue #0EAEFB

Tints of Deep Sky Blue #0EAEFB

Color information

#0EAEFB (or 0x0EAEFB) is unknown color: approx Deep Sky Blue. HEX triplet: 0E, AE and FB. RGB value is (14,174,251). Sum of RGB (Red+Green+Blue) = 14+174+251=439 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.19% from 439); Green value is 174 (68.36% from 255 or 39.64% from 439); Blue value is 251 (98.44% from 255 or 57.18% from 439); Max value from RGB is 251 - color contains mainly: blue. Hex color #0EAEFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0EAEFB is #F15104. Grayscale: #868686. Windows color (decimal): -15814917 or 16494094. OLE color: 16494094.

HSL color Cylindrical-coordinate representation of color #0EAEFB: hue angle of 199.49º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EAEFB is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14174251-
CMYK0.940.3100.02
HSL199.49º96.73%51.96%-
HSV(B)199.49º94.42%98.43%-
XYZ32.7337.3396.75-
YUV134.94193.4941.74-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.19%
GREEN value IS 174 (68.36% from 255) = 39.64%
BLUE value IS 251 (98.44% from 255) = 57.18%
R=3.19%
G=39.64%
B=57.18%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal141742510.940.3100.02199.4996.7351.96
HexEAEFB5E1F02c76134
Octal16256373136370230714164
Binary11101010111011111011101111011111010110001111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,174,251); }

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

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

 a { background-color: rgb(14,174,251); }

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

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

 span { border-color: rgb(14,174,251); }

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