#05C3F5

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

Shades of Deep Sky Blue #05C3F5

Tints of Deep Sky Blue #05C3F5

Color information

#05C3F5 (or 0x05C3F5) is unknown color: approx Deep Sky Blue. HEX triplet: 05, C3 and F5. RGB value is (5,195,245). Sum of RGB (Red+Green+Blue) = 5+195+245=445 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.12% from 445); Green value is 195 (76.56% from 255 or 43.82% from 445); Blue value is 245 (96.09% from 255 or 55.06% from 445); Max value from RGB is 245 - color contains mainly: blue. Hex color #05C3F5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05C3F5 is #FA3C0A. Grayscale: #8F8F8F. Windows color (decimal): -16399371 or 16106245. OLE color: 16106245.

HSL color Cylindrical-coordinate representation of color #05C3F5: hue angle of 192.5º 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 #05C3F5 is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB5195245-
CMYK0.980.2000.04
HSL192.5º96%49.02%-
HSV(B)192.5º97.96%96.08%-
XYZ36.0645.6693.3-
YUV143.89185.0528.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.12%
GREEN value IS 195 (76.56% from 255) = 43.82%
BLUE value IS 245 (96.09% from 255) = 55.06%
R=1.12%
G=43.82%
B=55.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal51952450.980.2000.04192.59649.02
Hex5C3F5621404c06031
Octal5303365142240430014061
Binary10111000011111101011100010101000100110000001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05C3F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,195,245); }

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

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

 a { background-color: rgb(5,195,245); }

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

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

 span { border-color: rgb(5,195,245); }

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