Html Css Color HEX #0DAEFD Deep Sky Blue

📋 copy color: '#0DAEFD'

red 13 ◦ green 174 ◦ blue 253

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

Shades of Deep Sky Blue #0DAEFD

Tints of Deep Sky Blue #0DAEFD

RGB

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

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

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

R = 2.95%
G = 39.55%
B = 57.5%

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

#0DAEFD (or 0x0DAEFD) is known color: Deep Sky Blue. HEX triplet: 0D, AE and FD. RGB value is (13,174,253). Sum of RGB (Red+Green+Blue) = 13+174+253=440 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.95% from 440); Green value is 174 (68.36% from 255 or 39.55% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #0DAEFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DAEFD is #F25102. Grayscale: #868686. Windows color (decimal): -15880451 or 16625165. OLE color: 16625165.

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

Color convert

RGB 13 174 253 -
CMYK 0.95 0.31 0 0.01
HSL 199.75º 0.98% 0.52% -
HSV(B) 199.75º 0.95% 0.99% -
XYZ 33.03 37.45 98.42 -
YUV 134.87 194.66 41.08 -
System Red Green Blue C M Y K H S L
Decimal 13 174 253 0.95 0.31 0 0.01 199.75 0.98 0.52
Hex D AE FD 5F 1F 0 1 C8 62 34
Octal 15 256 375 137 37 0 1 310 142 64
Binary 1101 10101110 11111101 1011111 11111 0 1 11001000 1100010 110100

Color Harmonies of #0DAEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAEFD

Black with #0DAEFD

Text Example


Text Example

White with #0DAEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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