Html Css Color HEX #0DADFC Deep Sky Blue

📋 copy color: '#0DADFC'

red 13 ◦ green 173 ◦ blue 252

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

Shades of Deep Sky Blue #0DADFC

Tints of Deep Sky Blue #0DADFC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.5%

 BLUE value IS 252 (98.83% from 255) = 57.53%

R = 2.97%
G = 39.5%
B = 57.53%

CMYK

 C value IS 0.95

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0DADFC (or 0x0DADFC) is known color: Deep Sky Blue. HEX triplet: 0D, AD and FC. RGB value is (13,173,252). Sum of RGB (Red+Green+Blue) = 13+173+252=438 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.97% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 252 (98.83% from 255 or 57.53% from 438); Max value from RGB is 252 - color contains mainly: blue. Hex color #0DADFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DADFC is #F25203. Grayscale: #858585. Windows color (decimal): -15880708 or 16559373. OLE color: 16559373.

HSL color Cylindrical-coordinate representation of color #0DADFC: hue angle of 199.83º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DADFC is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 13 173 252 -
CMYK 0.95 0.31 0 0.01
HSL 199.83º 0.98% 0.52% -
HSV(B) 199.83º 0.95% 0.99% -
XYZ 32.68 37 97.51 -
YUV 134.17 194.49 41.58 -
System Red Green Blue C M Y K H S L
Decimal 13 173 252 0.95 0.31 0 0.01 199.83 0.98 0.52
Hex D AD FC 5F 1F 0 1 C8 62 34
Octal 15 255 374 137 37 0 1 310 142 64
Binary 1101 10101101 11111100 1011111 11111 0 1 11001000 1100010 110100

Color Harmonies of #0DADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DADFC

Black with #0DADFC

Text Example


Text Example

White with #0DADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,173,252); }

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

background-color css

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

 a { background-color: rgb(13,173,252); }

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

border-color css

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

 span { border-color: rgb(13,173,252); }

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