#05BCEE

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

Shades of Deep Sky Blue #05BCEE

Tints of Deep Sky Blue #05BCEE

Color information

#05BCEE (or 0x05BCEE) is unknown color: approx Deep Sky Blue. HEX triplet: 05, BC and EE. RGB value is (5,188,238). Sum of RGB (Red+Green+Blue) = 5+188+238=431 (57% of max value = 765). Red value is 5 (2.34% from 255 or 1.16% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 238 (93.36% from 255 or 55.22% from 431); Max value from RGB is 238 - color contains mainly: blue. Hex color #05BCEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05BCEE is #FA4311. Grayscale: #8A8A8A. Windows color (decimal): -16401170 or 15645701. OLE color: 15645701.

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

Color convert

RGB5188238-
CMYK0.980.2100.07
HSL192.88º95.88%47.65%-
HSV(B)192.88º97.9%93.33%-
XYZ33.4842.1787.26-
YUV138.98183.8732.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.16%
GREEN value IS 188 (73.83% from 255) = 43.62%
BLUE value IS 238 (93.36% from 255) = 55.22%
R=1.16%
G=43.62%
B=55.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal51882380.980.2100.07192.8895.8847.65
Hex5BCEE621507c16030
Octal5274356142250730114060
Binary10110111100111011101100010101010111110000011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05BCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,188,238); }

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

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

 a { background-color: rgb(5,188,238); }

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

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

 span { border-color: rgb(5,188,238); }

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