#05B5EF

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

Shades of Deep Sky Blue #05B5EF

Tints of Deep Sky Blue #05B5EF

Color information

#05B5EF (or 0x05B5EF) is unknown color: approx Deep Sky Blue. HEX triplet: 05, B5 and EF. RGB value is (5,181,239). Sum of RGB (Red+Green+Blue) = 5+181+239=425 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.18% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 239 (93.75% from 255 or 56.24% from 425); Max value from RGB is 239 - color contains mainly: blue. Hex color #05B5EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05B5EF is #FA4A10. Grayscale: #868686. Windows color (decimal): -16402961 or 15709445. OLE color: 15709445.

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

Color convert

RGB5181239-
CMYK0.980.2400.06
HSL194.87º95.9%47.84%-
HSV(B)194.87º97.91%93.73%-
XYZ32.1739.3187.55-
YUV134.99186.6935.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.18%
GREEN value IS 181 (71.09% from 255) = 42.59%
BLUE value IS 239 (93.75% from 255) = 56.24%
R=1.18%
G=42.59%
B=56.24%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal51812390.980.2400.06194.8795.947.84
Hex5B5EF621806c36030
Octal5265357142300630314060
Binary10110110101111011111100010110000110110000111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,181,239); }

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

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

 a { background-color: rgb(5,181,239); }

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

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

 span { border-color: rgb(5,181,239); }

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