Html Css Color HEX #0DC5FB Deep Sky Blue

📋 copy color: '#0DC5FB'

red 13 ◦ green 197 ◦ blue 251

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

Shades of Deep Sky Blue #0DC5FB

Tints of Deep Sky Blue #0DC5FB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.73%

 BLUE value IS 251 (98.44% from 255) = 54.45%

R = 2.82%
G = 42.73%
B = 54.45%

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

#0DC5FB (or 0x0DC5FB) is known color: Deep Sky Blue. HEX triplet: 0D, C5 and FB. RGB value is (13,197,251). Sum of RGB (Red+Green+Blue) = 13+197+251=461 (61% of max value = 765). Red value is 13 (5.47% from 255 or 2.82% from 461); Green value is 197 (77.34% from 255 or 42.73% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #0DC5FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DC5FB is #F23A04. Grayscale: #939393. Windows color (decimal): -15874565 or 16499981. OLE color: 16499981.

HSL color Cylindrical-coordinate representation of color #0DC5FB: hue angle of 193.61º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DC5FB is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 13 197 251 -
CMYK 0.95 0.22 0 0.02
HSL 193.61º 0.97% 0.52% -
HSV(B) 193.61º 0.95% 0.98% -
XYZ 37.54 46.98 98.36 -
YUV 148.14 186.04 31.61 -
System Red Green Blue C M Y K H S L
Decimal 13 197 251 0.95 0.22 0 0.02 193.61 0.97 0.52
Hex D C5 FB 5F 16 0 2 C2 61 34
Octal 15 305 373 137 26 0 2 302 141 64
Binary 1101 11000101 11111011 1011111 10110 0 10 11000010 1100001 110100

Color Harmonies of #0DC5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC5FB

Black with #0DC5FB

Text Example


Text Example

White with #0DC5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,197,251); }

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

background-color css

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

 a { background-color: rgb(13,197,251); }

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

border-color css

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

 span { border-color: rgb(13,197,251); }

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