Html Css Color HEX #0DC2F9 Deep Sky Blue

📋 copy color: '#0DC2F9'

red 13 ◦ green 194 ◦ blue 249

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

Shades of Deep Sky Blue #0DC2F9

Tints of Deep Sky Blue #0DC2F9

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.54%

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

R = 2.85%
G = 42.54%
B = 54.61%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0DC2F9 (or 0x0DC2F9) is known color: Deep Sky Blue. HEX triplet: 0D, C2 and F9. RGB value is (13,194,249). Sum of RGB (Red+Green+Blue) = 13+194+249=456 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.85% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 249 (97.66% from 255 or 54.61% from 456); Max value from RGB is 249 - color contains mainly: blue. Hex color #0DC2F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DC2F9 is #F23D06. Grayscale: #919191. Windows color (decimal): -15875335 or 16368141. OLE color: 16368141.

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

Color convert

RGB 13 194 249 -
CMYK 0.95 0.22 0 0.02
HSL 193.98º 0.95% 0.51% -
HSV(B) 193.98º 0.95% 0.98% -
XYZ 36.56 45.51 96.48 -
YUV 146.15 186.03 33.03 -
System Red Green Blue C M Y K H S L
Decimal 13 194 249 0.95 0.22 0 0.02 193.98 0.95 0.51
Hex D C2 F9 5F 16 0 2 C2 5F 33
Octal 15 302 371 137 26 0 2 302 137 63
Binary 1101 11000010 11111001 1011111 10110 0 10 11000010 1011111 110011

Color Harmonies of #0DC2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC2F9

Black with #0DC2F9

Text Example


Text Example

White with #0DC2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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