#05B4EF

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

Shades of Deep Sky Blue #05B4EF

Tints of Deep Sky Blue #05B4EF

Color information

#05B4EF (or 0x05B4EF) is unknown color: approx Deep Sky Blue. HEX triplet: 05, B4 and EF. RGB value is (5,180,239). Sum of RGB (Red+Green+Blue) = 5+180+239=424 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.18% from 424); Green value is 180 (70.70% from 255 or 42.45% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #05B4EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05B4EF is #FA4B10. Grayscale: #858585. Windows color (decimal): -16403217 or 15709189. OLE color: 15709189.

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

Color convert

RGB5180239-
CMYK0.980.2500.06
HSL195.13º95.9%47.84%-
HSV(B)195.13º97.91%93.73%-
XYZ31.9638.9187.49-
YUV134.4187.0235.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.18%
GREEN value IS 180 (70.70% from 255) = 42.45%
BLUE value IS 239 (93.75% from 255) = 56.37%
R=1.18%
G=42.45%
B=56.37%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal51802390.980.2500.06195.1395.947.84
Hex5B4EF621906c36030
Octal5264357142310630314060
Binary10110110100111011111100010110010110110000111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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