Html Css Color HEX #0DA6FC Deep Sky Blue

📋 copy color: '#0DA6FC'

red 13 ◦ green 166 ◦ blue 252

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

Shades of Deep Sky Blue #0DA6FC

Tints of Deep Sky Blue #0DA6FC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.52%

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

R = 3.02%
G = 38.52%
B = 58.47%

CMYK

 C value IS 0.95

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0DA6FC (or 0x0DA6FC) is known color: Deep Sky Blue. HEX triplet: 0D, A6 and FC. RGB value is (13,166,252). Sum of RGB (Red+Green+Blue) = 13+166+252=431 (57% of max value = 765). Red value is 13 (5.47% from 255 or 3.02% from 431); Green value is 166 (65.23% from 255 or 38.52% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #0DA6FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DA6FC is #F25903. Grayscale: #818181. Windows color (decimal): -15882500 or 16557581. OLE color: 16557581.

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

Color convert

RGB 13 166 252 -
CMYK 0.95 0.34 0 0.01
HSL 201.59º 0.98% 0.52% -
HSV(B) 201.59º 0.95% 0.99% -
XYZ 31.37 34.39 97.08 -
YUV 130.06 196.81 44.51 -
System Red Green Blue C M Y K H S L
Decimal 13 166 252 0.95 0.34 0 0.01 201.59 0.98 0.52
Hex D A6 FC 5F 22 0 1 CA 62 34
Octal 15 246 374 137 42 0 1 312 142 64
Binary 1101 10100110 11111100 1011111 100010 0 1 11001010 1100010 110100

Color Harmonies of #0DA6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA6FC

Black with #0DA6FC

Text Example


Text Example

White with #0DA6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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