Html Css Color HEX #0DC4FF Deep Sky Blue

📋 copy color: '#0DC4FF'

red 13 ◦ green 196 ◦ blue 255

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

Shades of Deep Sky Blue #0DC4FF

Tints of Deep Sky Blue #0DC4FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.96%

R = 2.8%
G = 42.24%
B = 54.96%

CMYK

 C value IS 0.95

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0DC4FF (or 0x0DC4FF) is known color: Deep Sky Blue. HEX triplet: 0D, C4 and FF. RGB value is (13,196,255). Sum of RGB (Red+Green+Blue) = 13+196+255=464 (61% of max value = 765). Red value is 13 (5.47% from 255 or 2.80% from 464); Green value is 196 (76.95% from 255 or 42.24% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #0DC4FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DC4FF is #F23B00. Grayscale: #939393. Windows color (decimal): -15874817 or 16761869. OLE color: 16761869.

HSL color Cylindrical-coordinate representation of color #0DC4FF: hue angle of 194.63º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DC4FF is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 13 196 255 -
CMYK 0.95 0.23 0 0
HSL 194.63º 1% 0.53% -
HSV(B) 194.63º 0.95% 1% -
XYZ 37.96 46.79 101.64 -
YUV 148.01 188.37 31.7 -
System Red Green Blue C M Y K H S L
Decimal 13 196 255 0.95 0.23 0 0 194.63 1 0.53
Hex D C4 FF 5F 17 0 0 C3 64 35
Octal 15 304 377 137 27 0 0 303 144 65
Binary 1101 11000100 11111111 1011111 10111 0 0 11000011 1100100 110101

Color Harmonies of #0DC4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC4FF

Black with #0DC4FF

Text Example


Text Example

White with #0DC4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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