Html Css Color HEX #0DC4ED Deep Sky Blue

📋 copy color: '#0DC4ED'

red 13 ◦ green 196 ◦ blue 237

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

Shades of Deep Sky Blue #0DC4ED

Tints of Deep Sky Blue #0DC4ED

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.95%

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

R = 2.91%
G = 43.95%
B = 53.14%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0DC4ED (or 0x0DC4ED) is known color: Deep Sky Blue. HEX triplet: 0D, C4 and ED. RGB value is (13,196,237). Sum of RGB (Red+Green+Blue) = 13+196+237=446 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.91% from 446); Green value is 196 (76.95% from 255 or 43.95% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #0DC4ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DC4ED is #F23B12. Grayscale: #919191. Windows color (decimal): -15874835 or 15582221. OLE color: 15582221.

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

Color convert

RGB 13 196 237 -
CMYK 0.95 0.17 0 0.07
HSL 190.98º 0.9% 0.49% -
HSV(B) 190.98º 0.95% 0.93% -
XYZ 35.19 45.68 87.08 -
YUV 145.96 179.37 33.17 -
System Red Green Blue C M Y K H S L
Decimal 13 196 237 0.95 0.17 0 0.07 190.98 0.9 0.49
Hex D C4 ED 5F 11 0 7 BF 5A 31
Octal 15 304 355 137 21 0 7 277 132 61
Binary 1101 11000100 11101101 1011111 10001 0 111 10111111 1011010 110001

Color Harmonies of #0DC4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC4ED

Black with #0DC4ED

Text Example


Text Example

White with #0DC4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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