Html Css Color HEX #0DC1ED Deep Sky Blue

📋 copy color: '#0DC1ED'

red 13 ◦ green 193 ◦ blue 237

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

Shades of Deep Sky Blue #0DC1ED

Tints of Deep Sky Blue #0DC1ED

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.57%

 BLUE value IS 237 (92.97% from 255) = 53.5%

R = 2.93%
G = 43.57%
B = 53.5%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0DC1ED (or 0x0DC1ED) is known color: Deep Sky Blue. HEX triplet: 0D, C1 and ED. RGB value is (13,193,237). Sum of RGB (Red+Green+Blue) = 13+193+237=443 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.93% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #0DC1ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DC1ED is #F23E12. Grayscale: #8F8F8F. Windows color (decimal): -15875603 or 15581453. OLE color: 15581453.

HSL color Cylindrical-coordinate representation of color #0DC1ED: hue angle of 191.79º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DC1ED is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 13 193 237 -
CMYK 0.95 0.19 0 0.07
HSL 191.79º 0.9% 0.49% -
HSV(B) 191.79º 0.95% 0.93% -
XYZ 34.52 44.34 86.86 -
YUV 144.2 180.37 34.42 -
System Red Green Blue C M Y K H S L
Decimal 13 193 237 0.95 0.19 0 0.07 191.79 0.9 0.49
Hex D C1 ED 5F 13 0 7 C0 5A 31
Octal 15 301 355 137 23 0 7 300 132 61
Binary 1101 11000001 11101101 1011111 10011 0 111 11000000 1011010 110001

Color Harmonies of #0DC1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC1ED

Black with #0DC1ED

Text Example


Text Example

White with #0DC1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,193,237); }

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

background-color css

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

 a { background-color: rgb(13,193,237); }

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

border-color css

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

 span { border-color: rgb(13,193,237); }

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