#05DCFA

Color #05DCFA Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #05DCFA

Tints of Deep Sky Blue #05DCFA

Color information

#05DCFA (or 0x05DCFA) is unknown color: approx Deep Sky Blue. HEX triplet: 05, DC and FA. RGB value is (5,220,250). Sum of RGB (Red+Green+Blue) = 5+220+250=475 (62% of max value = 765). Red value is 5 (2.34% from 255 or 1.05% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #05DCFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05DCFA is #FA2305. Grayscale: #9E9E9E. Windows color (decimal): -16392966 or 16440325. OLE color: 16440325.

HSL color Cylindrical-coordinate representation of color #05DCFA: hue angle of 187.35º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DCFA is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB5220250-
CMYK0.980.1200.02
HSL187.35º96.08%50%-
HSV(B)187.35º98%98.04%-
XYZ42.9158.1299.4-
YUV159.14179.2718.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.05%
GREEN value IS 220 (86.33% from 255) = 46.32%
BLUE value IS 250 (98.05% from 255) = 52.63%
R=1.05%
G=46.32%
B=52.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal52202500.980.1200.02187.3596.0850
Hex5DCFA62C02bb6032
Octal5334372142140227314062
Binary101110111001111101011000101100010101110111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05DCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05DCFA; }

 p { color: rgb(5,220,250); }

 H1.HeaderClassName
 {
   color: #05DCFA;
 }
 .AnyTagClassName
 {
   color: #05DCFA;
 }
</style>
background-color css

<style>
 a { background-color: #05DCFA; }

 a { background-color: rgb(5,220,250); }

 div.DivClassName
 {
   background-color: #05DCFA;
 }
 .BgClassName
 {
   background-color: #05DCFA;
 }
</style>
border-color css

<style>
 span { border-color: #05DCFA; }

 span { border-color: rgb(5,220,250); }

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