#0EAFFB

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

Shades of Deep Sky Blue #0EAFFB

Tints of Deep Sky Blue #0EAFFB

Color information

#0EAFFB (or 0x0EAFFB) is unknown color: approx Deep Sky Blue. HEX triplet: 0E, AF and FB. RGB value is (14,175,251). Sum of RGB (Red+Green+Blue) = 14+175+251=440 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.18% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 251 (98.44% from 255 or 57.05% from 440); Max value from RGB is 251 - color contains mainly: blue. Hex color #0EAFFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0EAFFB is #F15004. Grayscale: #878787. Windows color (decimal): -15814661 or 16494350. OLE color: 16494350.

HSL color Cylindrical-coordinate representation of color #0EAFFB: hue angle of 199.24º 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 #0EAFFB is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14175251-
CMYK0.940.3000.02
HSL199.24º96.73%51.96%-
HSV(B)199.24º94.42%98.43%-
XYZ32.9237.7296.81-
YUV135.52193.1641.32-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.18%
GREEN value IS 175 (68.75% from 255) = 39.77%
BLUE value IS 251 (98.44% from 255) = 57.05%
R=3.18%
G=39.77%
B=57.05%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal141752510.940.3000.02199.2496.7351.96
HexEAFFB5E1E02c76134
Octal16257373136360230714164
Binary11101010111111111011101111011110010110001111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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