Html Css Color HEX #05BCFE Deep Sky Blue

📋 copy color: '#05BCFE'

red 5 ◦ green 188 ◦ blue 254

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

Shades of Deep Sky Blue #05BCFE

Tints of Deep Sky Blue #05BCFE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.06%

 BLUE value IS 254 (99.61% from 255) = 56.82%

R = 1.12%
G = 42.06%
B = 56.82%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#05BCFE (or 0x05BCFE) is known color: Deep Sky Blue. HEX triplet: 05, BC and FE. RGB value is (5,188,254). Sum of RGB (Red+Green+Blue) = 5+188+254=447 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.12% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #05BCFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05BCFE is #FA4301. Grayscale: #8C8C8C. Windows color (decimal): -16401154 or 16694277. OLE color: 16694277.

HSL color Cylindrical-coordinate representation of color #05BCFE: hue angle of 195.9º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05BCFE is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 5 188 254 -
CMYK 0.98 0.26 0 0.00
HSL 195.9º 0.99% 0.51% -
HSV(B) 195.9º 0.98% 1% -
XYZ 35.94 43.15 100.2 -
YUV 140.81 191.87 31.13 -
System Red Green Blue C M Y K H S L
Decimal 5 188 254 0.98 0.26 0 0.00 195.9 0.99 0.51
Hex 5 BC FE 62 1A 0 0 C4 63 33
Octal 5 274 376 142 32 0 0 304 143 63
Binary 101 10111100 11111110 1100010 11010 0 0 11000100 1100011 110011

Color Harmonies of #05BCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BCFE

Black with #05BCFE

Text Example


Text Example

White with #05BCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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