#05B5FB

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

Shades of Deep Sky Blue #05B5FB

Tints of Deep Sky Blue #05B5FB

Color information

#05B5FB (or 0x05B5FB) is unknown color: approx Deep Sky Blue. HEX triplet: 05, B5 and FB. RGB value is (5,181,251). Sum of RGB (Red+Green+Blue) = 5+181+251=437 (57% of max value = 765). Red value is 5 (2.34% from 255 or 1.14% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 251 (98.44% from 255 or 57.44% from 437); Max value from RGB is 251 - color contains mainly: blue. Hex color #05B5FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05B5FB is #FA4A04. Grayscale: #878787. Windows color (decimal): -16402949 or 16495877. OLE color: 16495877.

HSL color Cylindrical-coordinate representation of color #05B5FB: hue angle of 197.07º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05B5FB is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB5181251-
CMYK0.980.2800.02
HSL197.07º96.85%50.2%-
HSV(B)197.07º98.01%98.43%-
XYZ3440.0597.2-
YUV136.36192.6934.31-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.14%
GREEN value IS 181 (71.09% from 255) = 41.42%
BLUE value IS 251 (98.44% from 255) = 57.44%
R=1.14%
G=41.42%
B=57.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal51812510.980.2800.02197.0796.8550.2
Hex5B5FB621C02c56132
Octal5265373142340230514162
Binary1011011010111111011110001011100010110001011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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