Html Css Color HEX #0DA8EB Deep Sky Blue

📋 copy color: '#0DA8EB'

red 13 ◦ green 168 ◦ blue 235

#0DA8EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #0DA8EB

Tints of Deep Sky Blue #0DA8EB

RGB

 RED value IS 13 (5.47% from 255) = 3.13%

 GREEN value IS 168 (66.02% from 255) = 40.38%

 BLUE value IS 235 (92.19% from 255) = 56.49%

R = 3.13%
G = 40.38%
B = 56.49%

CMYK

 C value IS 0.94

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0DA8EB (or 0x0DA8EB) is known color: Deep Sky Blue. HEX triplet: 0D, A8 and EB. RGB value is (13,168,235). Sum of RGB (Red+Green+Blue) = 13+168+235=416 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.12% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 235 (92.19% from 255 or 56.49% from 416); Max value from RGB is 235 - color contains mainly: blue. Hex color #0DA8EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DA8EB is #F25714. Grayscale: #808080. Windows color (decimal): -15882005 or 15443981. OLE color: 15443981.

HSL color Cylindrical-coordinate representation of color #0DA8EB: hue angle of 198.11º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DA8EB is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 13 168 235 -
CMYK 0.94 0.29 0 0.08
HSL 198.11º 0.9% 0.49% -
HSV(B) 198.11º 0.94% 0.92% -
XYZ 29.16 34.09 83.64 -
YUV 129.29 187.65 45.05 -
System Red Green Blue C M Y K H S L
Decimal 13 168 235 0.94 0.29 0 0.08 198.11 0.9 0.49
Hex D A8 EB 5E 1D 0 8 C6 5A 31
Octal 15 250 353 136 35 0 10 306 132 61
Binary 1101 10101000 11101011 1011110 11101 0 1000 11000110 1011010 110001

Color Harmonies of #0DA8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA8EB

Black with #0DA8EB

Text Example


Text Example

White with #0DA8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,168,235); }

 H1.HeaderClassName
 {
   color: #0DA8EB;
 }
 .AnyTagClassName
 {
   color: #0DA8EB;
 }
</style>

background-color css

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

 a { background-color: rgb(13,168,235); }

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

border-color css

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

 span { border-color: rgb(13,168,235); }

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