#0DA7ED

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

Shades of Deep Sky Blue #0DA7ED

Tints of Deep Sky Blue #0DA7ED

Color information

#0DA7ED (or 0x0DA7ED) is unknown color: approx Deep Sky Blue. HEX triplet: 0D, A7 and ED. RGB value is (13,167,237). Sum of RGB (Red+Green+Blue) = 13+167+237=417 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.12% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 237 (92.97% from 255 or 56.83% from 417); Max value from RGB is 237 - color contains mainly: blue. Hex color #0DA7ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DA7ED is #F25812. Grayscale: #808080. Windows color (decimal): -15882259 or 15574797. OLE color: 15574797.

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

Color convert

RGB13167237-
CMYK0.950.3000.07
HSL198.75º89.6%49.02%-
HSV(B)198.75º94.51%92.94%-
XYZ29.2733.8485.11-
YUV128.93188.9845.31-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.12%
GREEN value IS 167 (65.62% from 255) = 40.05%
BLUE value IS 237 (92.97% from 255) = 56.83%
R=3.12%
G=40.05%
B=56.83%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal131672370.950.3000.07198.7589.649.02
HexDA7ED5F1E07c75a31
Octal15247355137360730713261
Binary110110100111111011011011111111100111110001111011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,167,237); }

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

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

 a { background-color: rgb(13,167,237); }

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

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

 span { border-color: rgb(13,167,237); }

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