Html Css Color HEX #0DACFD Deep Sky Blue

📋 copy color: '#0DACFD'

red 13 ◦ green 172 ◦ blue 253

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

Shades of Deep Sky Blue #0DACFD

Tints of Deep Sky Blue #0DACFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 57.76%

R = 2.97%
G = 39.27%
B = 57.76%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0DACFD (or 0x0DACFD) is known color: Deep Sky Blue. HEX triplet: 0D, AC and FD. RGB value is (13,172,253). Sum of RGB (Red+Green+Blue) = 13+172+253=438 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.97% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 253 (99.22% from 255 or 57.76% from 438); Max value from RGB is 253 - color contains mainly: blue. Hex color #0DACFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DACFD is #F25302. Grayscale: #858585. Windows color (decimal): -15880963 or 16624653. OLE color: 16624653.

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

Color convert

RGB 13 172 253 -
CMYK 0.95 0.32 0 0.01
HSL 200.25º 0.98% 0.52% -
HSV(B) 200.25º 0.95% 0.99% -
XYZ 32.65 36.68 98.29 -
YUV 133.69 195.32 41.91 -
System Red Green Blue C M Y K H S L
Decimal 13 172 253 0.95 0.32 0 0.01 200.25 0.98 0.52
Hex D AC FD 5F 20 0 1 C8 62 34
Octal 15 254 375 137 40 0 1 310 142 64
Binary 1101 10101100 11111101 1011111 100000 0 1 11001000 1100010 110100

Color Harmonies of #0DACFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DACFD

Black with #0DACFD

Text Example


Text Example

White with #0DACFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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