Html Css Color HEX #0DAFE5 Deep Sky Blue

📋 copy color: '#0DAFE5'

red 13 ◦ green 175 ◦ blue 229

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

Shades of Deep Sky Blue #0DAFE5

Tints of Deep Sky Blue #0DAFE5

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.97%

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

R = 3.12%
G = 41.97%
B = 54.92%

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

#0DAFE5 (or 0x0DAFE5) is known color: Deep Sky Blue. HEX triplet: 0D, AF and E5. RGB value is (13,175,229). Sum of RGB (Red+Green+Blue) = 13+175+229=417 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.12% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 229 (89.84% from 255 or 54.92% from 417); Max value from RGB is 229 - color contains mainly: blue. Hex color #0DAFE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAFE5 is #F2501A. Grayscale: #848484. Windows color (decimal): -15880219 or 15052557. OLE color: 15052557.

HSL color Cylindrical-coordinate representation of color #0DAFE5: hue angle of 195º 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 #0DAFE5 is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 13 175 229 -
CMYK 0.94 0.24 0 0.10
HSL 195º 0.89% 0.47% -
HSV(B) 195º 0.94% 0.9% -
XYZ 29.64 36.4 79.59 -
YUV 132.72 182.33 42.61 -
System Red Green Blue C M Y K H S L
Decimal 13 175 229 0.94 0.24 0 0.10 195 0.89 0.47
Hex D AF E5 5E 18 0 A C3 59 2F
Octal 15 257 345 136 30 0 12 303 131 57
Binary 1101 10101111 11100101 1011110 11000 0 1010 11000011 1011001 101111

Color Harmonies of #0DAFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAFE5

Black with #0DAFE5

Text Example


Text Example

White with #0DAFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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