Html Css Color HEX #0DC4F1 Deep Sky Blue

📋 copy color: '#0DC4F1'

red 13 ◦ green 196 ◦ blue 241

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

Shades of Deep Sky Blue #0DC4F1

Tints of Deep Sky Blue #0DC4F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 53.56%

R = 2.89%
G = 43.56%
B = 53.56%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0DC4F1 (or 0x0DC4F1) is known color: Deep Sky Blue. HEX triplet: 0D, C4 and F1. RGB value is (13,196,241). Sum of RGB (Red+Green+Blue) = 13+196+241=450 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.89% from 450); Green value is 196 (76.95% from 255 or 43.56% from 450); Blue value is 241 (94.53% from 255 or 53.56% from 450); Max value from RGB is 241 - color contains mainly: blue. Hex color #0DC4F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DC4F1 is #F23B0E. Grayscale: #929292. Windows color (decimal): -15874831 or 15844365. OLE color: 15844365.

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

Color convert

RGB 13 196 241 -
CMYK 0.95 0.19 0 0.05
HSL 191.84º 0.9% 0.5% -
HSV(B) 191.84º 0.95% 0.95% -
XYZ 35.78 45.92 90.2 -
YUV 146.41 181.37 32.84 -
System Red Green Blue C M Y K H S L
Decimal 13 196 241 0.95 0.19 0 0.05 191.84 0.9 0.5
Hex D C4 F1 5F 13 0 5 C0 5A 32
Octal 15 304 361 137 23 0 5 300 132 62
Binary 1101 11000100 11110001 1011111 10011 0 101 11000000 1011010 110010

Color Harmonies of #0DC4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC4F1

Black with #0DC4F1

Text Example


Text Example

White with #0DC4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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