Html Css Color HEX #0DA8EE Deep Sky Blue

📋 copy color: '#0DA8EE'

red 13 ◦ green 168 ◦ blue 238

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

Shades of Deep Sky Blue #0DA8EE

Tints of Deep Sky Blue #0DA8EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 56.8%

R = 3.1%
G = 40.1%
B = 56.8%

CMYK

 C value IS 0.95

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0DA8EE (or 0x0DA8EE) is known color: Deep Sky Blue. HEX triplet: 0D, A8 and EE. RGB value is (13,168,238). Sum of RGB (Red+Green+Blue) = 13+168+238=419 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.10% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 238 (93.36% from 255 or 56.80% from 419); Max value from RGB is 238 - color contains mainly: blue. Hex color #0DA8EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DA8EE is #F25711. Grayscale: #818181. Windows color (decimal): -15882002 or 15640589. OLE color: 15640589.

HSL color Cylindrical-coordinate representation of color #0DA8EE: hue angle of 198.67º 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 #0DA8EE is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 13 168 238 -
CMYK 0.95 0.29 0 0.07
HSL 198.67º 0.9% 0.49% -
HSV(B) 198.67º 0.95% 0.93% -
XYZ 29.6 34.26 85.94 -
YUV 129.64 189.15 44.81 -
System Red Green Blue C M Y K H S L
Decimal 13 168 238 0.95 0.29 0 0.07 198.67 0.9 0.49
Hex D A8 EE 5F 1D 0 7 C7 5A 31
Octal 15 250 356 137 35 0 7 307 132 61
Binary 1101 10101000 11101110 1011111 11101 0 111 11000111 1011010 110001

Color Harmonies of #0DA8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA8EE

Black with #0DA8EE

Text Example


Text Example

White with #0DA8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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