#05CCF6

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

Shades of Deep Sky Blue #05CCF6

Tints of Deep Sky Blue #05CCF6

Color information

#05CCF6 (or 0x05CCF6) is unknown color: approx Deep Sky Blue. HEX triplet: 05, CC and F6. RGB value is (5,204,246). Sum of RGB (Red+Green+Blue) = 5+204+246=455 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.10% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 246 (96.48% from 255 or 54.07% from 455); Max value from RGB is 246 - color contains mainly: blue. Hex color #05CCF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05CCF6 is #FA3309. Grayscale: #949494. Windows color (decimal): -16397066 or 16174085. OLE color: 16174085.

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

Color convert

RGB5204246-
CMYK0.980.1700.04
HSL190.46º96.02%49.22%-
HSV(B)190.46º97.97%96.47%-
XYZ38.2949.8794.8-
YUV149.29182.5725.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.10%
GREEN value IS 204 (80.08% from 255) = 44.84%
BLUE value IS 246 (96.48% from 255) = 54.07%
R=1.10%
G=44.84%
B=54.07%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal52042460.980.1700.04190.4696.0249.22
Hex5CCF6621104be6031
Octal5314366142210427614061
Binary10111001100111101101100010100010100101111101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05CCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,204,246); }

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

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

 a { background-color: rgb(5,204,246); }

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

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

 span { border-color: rgb(5,204,246); }

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