Html Css Color HEX #0DAEE5 Deep Sky Blue

📋 copy color: '#0DAEE5'

red 13 ◦ green 174 ◦ blue 229

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

Shades of Deep Sky Blue #0DAEE5

Tints of Deep Sky Blue #0DAEE5

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.83%

 BLUE value IS 229 (89.84% from 255) = 55.05%

R = 3.13%
G = 41.83%
B = 55.05%

CMYK

 C value IS 0.94

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0DAEE5 (or 0x0DAEE5) is known color: Deep Sky Blue. HEX triplet: 0D, AE and E5. RGB value is (13,174,229). Sum of RGB (Red+Green+Blue) = 13+174+229=416 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.12% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 229 (89.84% from 255 or 55.05% from 416); Max value from RGB is 229 - color contains mainly: blue. Hex color #0DAEE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAEE5 is #F2511A. Grayscale: #838383. Windows color (decimal): -15880475 or 15052301. OLE color: 15052301.

HSL color Cylindrical-coordinate representation of color #0DAEE5: hue angle of 195.28º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DAEE5 is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 13 174 229 -
CMYK 0.94 0.24 0 0.10
HSL 195.28º 0.89% 0.47% -
HSV(B) 195.28º 0.94% 0.9% -
XYZ 29.44 36.01 79.53 -
YUV 132.13 182.66 43.03 -
System Red Green Blue C M Y K H S L
Decimal 13 174 229 0.94 0.24 0 0.10 195.28 0.89 0.47
Hex D AE E5 5E 18 0 A C3 59 2F
Octal 15 256 345 136 30 0 12 303 131 57
Binary 1101 10101110 11100101 1011110 11000 0 1010 11000011 1011001 101111

Color Harmonies of #0DAEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAEE5

Black with #0DAEE5

Text Example


Text Example

White with #0DAEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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