Html Css Color HEX #05B0EE Deep Sky Blue

📋 copy color: '#05B0EE'

red 5 ◦ green 176 ◦ blue 238

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

Shades of Deep Sky Blue #05B0EE

Tints of Deep Sky Blue #05B0EE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42%

 BLUE value IS 238 (93.36% from 255) = 56.8%

R = 1.19%
G = 42%
B = 56.8%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#05B0EE (or 0x05B0EE) is known color: Deep Sky Blue. HEX triplet: 05, B0 and EE. RGB value is (5,176,238). Sum of RGB (Red+Green+Blue) = 5+176+238=419 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.19% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 238 (93.36% from 255 or 56.80% from 419); Max value from RGB is 238 - color contains mainly: blue. Hex color #05B0EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05B0EE is #FA4F11. Grayscale: #838383. Windows color (decimal): -16404242 or 15642629. OLE color: 15642629.

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

Color convert

RGB 5 176 238 -
CMYK 0.98 0.26 0 0.07
HSL 195.97º 0.96% 0.48% -
HSV(B) 195.97º 0.98% 0.93% -
XYZ 31.02 37.26 86.45 -
YUV 131.94 187.85 37.46 -
System Red Green Blue C M Y K H S L
Decimal 5 176 238 0.98 0.26 0 0.07 195.97 0.96 0.48
Hex 5 B0 EE 62 1A 0 7 C4 60 30
Octal 5 260 356 142 32 0 7 304 140 60
Binary 101 10110000 11101110 1100010 11010 0 111 11000100 1100000 110000

Color Harmonies of #05B0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B0EE

Black with #05B0EE

Text Example


Text Example

White with #05B0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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