#05C8F2

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

Shades of Deep Sky Blue #05C8F2

Tints of Deep Sky Blue #05C8F2

Color information

#05C8F2 (or 0x05C8F2) is unknown color: approx Deep Sky Blue. HEX triplet: 05, C8 and F2. RGB value is (5,200,242). Sum of RGB (Red+Green+Blue) = 5+200+242=447 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.12% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 242 (94.92% from 255 or 54.14% from 447); Max value from RGB is 242 - color contains mainly: blue. Hex color #05C8F2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05C8F2 is #FA370D. Grayscale: #929292. Windows color (decimal): -16398094 or 15910917. OLE color: 15910917.

HSL color Cylindrical-coordinate representation of color #05C8F2: hue angle of 190.63º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C8F2 is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5200242-
CMYK0.980.1700.05
HSL190.63º95.95%48.43%-
HSV(B)190.63º97.93%94.9%-
XYZ36.7447.7591.28-
YUV146.48181.927.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.12%
GREEN value IS 200 (78.52% from 255) = 44.74%
BLUE value IS 242 (94.92% from 255) = 54.14%
R=1.12%
G=44.74%
B=54.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal52002420.980.1700.05190.6395.9548.43
Hex5C8F2621105bf6030
Octal5310362142210527714060
Binary10111001000111100101100010100010101101111111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05C8F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,200,242); }

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

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

 a { background-color: rgb(5,200,242); }

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

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

 span { border-color: rgb(5,200,242); }

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