#0DAEFE

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

Shades of Deep Sky Blue #0DAEFE

Tints of Deep Sky Blue #0DAEFE

Color information

#0DAEFE (or 0x0DAEFE) is unknown color: approx Deep Sky Blue. HEX triplet: 0D, AE and FE. RGB value is (13,174,254). Sum of RGB (Red+Green+Blue) = 13+174+254=441 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.95% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #0DAEFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DAEFE is #F25101. Grayscale: #868686. Windows color (decimal): -15880450 or 16690701. OLE color: 16690701.

HSL color Cylindrical-coordinate representation of color #0DAEFE: hue angle of 199.92º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DAEFE is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB13174254-
CMYK0.950.3100.00
HSL199.92º99.18%52.35%-
HSV(B)199.92º94.88%99.61%-
XYZ33.1937.5199.26-
YUV134.98195.1641-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 2.95%
GREEN value IS 174 (68.36% from 255) = 39.46%
BLUE value IS 254 (99.61% from 255) = 57.60%
R=2.95%
G=39.46%
B=57.60%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal131742540.950.3100.00199.9299.1852.35
HexDAEFE5F1F00c86334
Octal15256376137370031014364
Binary1101101011101111111010111111111100110010001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DAEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,174,254); }

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

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

 a { background-color: rgb(13,174,254); }

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

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

 span { border-color: rgb(13,174,254); }

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