Html Css Color HEX #0DC6F9 Deep Sky Blue

📋 copy color: '#0DC6F9'

red 13 ◦ green 198 ◦ blue 249

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

Shades of Deep Sky Blue #0DC6F9

Tints of Deep Sky Blue #0DC6F9

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.04%

 BLUE value IS 249 (97.66% from 255) = 54.13%

R = 2.83%
G = 43.04%
B = 54.13%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0DC6F9 (or 0x0DC6F9) is known color: Deep Sky Blue. HEX triplet: 0D, C6 and F9. RGB value is (13,198,249). Sum of RGB (Red+Green+Blue) = 13+198+249=460 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.83% from 460); Green value is 198 (77.73% from 255 or 43.04% from 460); Blue value is 249 (97.66% from 255 or 54.13% from 460); Max value from RGB is 249 - color contains mainly: blue. Hex color #0DC6F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DC6F9 is #F23906. Grayscale: #949494. Windows color (decimal): -15874311 or 16369165. OLE color: 16369165.

HSL color Cylindrical-coordinate representation of color #0DC6F9: hue angle of 192.97º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DC6F9 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 13 198 249 -
CMYK 0.95 0.20 0 0.02
HSL 192.97º 0.95% 0.51% -
HSV(B) 192.97º 0.95% 0.98% -
XYZ 37.46 47.31 96.78 -
YUV 148.5 184.71 31.35 -
System Red Green Blue C M Y K H S L
Decimal 13 198 249 0.95 0.20 0 0.02 192.97 0.95 0.51
Hex D C6 F9 5F 14 0 2 C1 5F 33
Octal 15 306 371 137 24 0 2 301 137 63
Binary 1101 11000110 11111001 1011111 10100 0 10 11000001 1011111 110011

Color Harmonies of #0DC6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC6F9

Black with #0DC6F9

Text Example


Text Example

White with #0DC6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,198,249); }

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

background-color css

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

 a { background-color: rgb(13,198,249); }

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

border-color css

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

 span { border-color: rgb(13,198,249); }

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