Html Css Color HEX #05B6EC Deep Sky Blue

📋 copy color: '#05B6EC'

red 5 ◦ green 182 ◦ blue 236

#05B6EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #05B6EC

Tints of Deep Sky Blue #05B6EC

RGB

 RED value IS 5 (2.34% from 255) = 1.18%

 GREEN value IS 182 (71.48% from 255) = 43.03%

 BLUE value IS 236 (92.58% from 255) = 55.79%

R = 1.18%
G = 43.03%
B = 55.79%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#05B6EC (or 0x05B6EC) is known color: Deep Sky Blue. HEX triplet: 05, B6 and EC. RGB value is (5,182,236). Sum of RGB (Red+Green+Blue) = 5+182+236=423 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.18% from 423); Green value is 182 (71.48% from 255 or 43.03% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #05B6EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05B6EC is #FA4913. Grayscale: #868686. Windows color (decimal): -16402708 or 15513093. OLE color: 15513093.

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

Color convert

RGB 5 182 236 -
CMYK 0.98 0.23 0 0.07
HSL 194.03º 0.96% 0.47% -
HSV(B) 194.03º 0.98% 0.93% -
XYZ 31.93 39.54 85.31 -
YUV 135.23 184.86 35.11 -
System Red Green Blue C M Y K H S L
Decimal 5 182 236 0.98 0.23 0 0.07 194.03 0.96 0.47
Hex 5 B6 EC 62 17 0 7 C2 60 2F
Octal 5 266 354 142 27 0 7 302 140 57
Binary 101 10110110 11101100 1100010 10111 0 111 11000010 1100000 101111

Color Harmonies of #05B6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B6EC

Black with #05B6EC

Text Example


Text Example

White with #05B6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,182,236); }

 H1.HeaderClassName
 {
   color: #05B6EC;
 }
 .AnyTagClassName
 {
   color: #05B6EC;
 }
</style>

background-color css

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

 a { background-color: rgb(5,182,236); }

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

border-color css

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

 span { border-color: rgb(5,182,236); }

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