Html Css Color HEX #0DACFF Deep Sky Blue

📋 copy color: '#0DACFF'

red 13 ◦ green 172 ◦ blue 255

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

Shades of Deep Sky Blue #0DACFF

Tints of Deep Sky Blue #0DACFF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.09%

 BLUE value IS 255 (100% from 255) = 57.95%

R = 2.95%
G = 39.09%
B = 57.95%

CMYK

 C value IS 0.95

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0DACFF (or 0x0DACFF) is known color: Deep Sky Blue. HEX triplet: 0D, AC and FF. RGB value is (13,172,255). Sum of RGB (Red+Green+Blue) = 13+172+255=440 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.95% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #0DACFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DACFF is #F25300. Grayscale: #858585. Windows color (decimal): -15880961 or 16755725. OLE color: 16755725.

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

Color convert

RGB 13 172 255 -
CMYK 0.95 0.33 0 0
HSL 200.58º 1% 0.53% -
HSV(B) 200.58º 0.95% 1% -
XYZ 32.97 36.81 99.98 -
YUV 133.92 196.32 41.75 -
System Red Green Blue C M Y K H S L
Decimal 13 172 255 0.95 0.33 0 0 200.58 1 0.53
Hex D AC FF 5F 21 0 0 C9 64 35
Octal 15 254 377 137 41 0 0 311 144 65
Binary 1101 10101100 11111111 1011111 100001 0 0 11001001 1100100 110101

Color Harmonies of #0DACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DACFF

Black with #0DACFF

Text Example


Text Example

White with #0DACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,172,255); }

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

background-color css

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

 a { background-color: rgb(13,172,255); }

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

border-color css

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

 span { border-color: rgb(13,172,255); }

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