Html Css Color HEX #05BCFF Deep Sky Blue

📋 copy color: '#05BCFF'

red 5 ◦ green 188 ◦ blue 255

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

Shades of Deep Sky Blue #05BCFF

Tints of Deep Sky Blue #05BCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.92%

R = 1.12%
G = 41.96%
B = 56.92%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#05BCFF (or 0x05BCFF) is known color: Deep Sky Blue. HEX triplet: 05, BC and FF. RGB value is (5,188,255). Sum of RGB (Red+Green+Blue) = 5+188+255=448 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.12% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #05BCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05BCFF is #FA4300. Grayscale: #8C8C8C. Windows color (decimal): -16401153 or 16759813. OLE color: 16759813.

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

Color convert

RGB 5 188 255 -
CMYK 0.98 0.26 0 0
HSL 196.08º 1% 0.51% -
HSV(B) 196.08º 0.98% 1% -
XYZ 36.1 43.22 101.05 -
YUV 140.92 192.37 31.05 -
System Red Green Blue C M Y K H S L
Decimal 5 188 255 0.98 0.26 0 0 196.08 1 0.51
Hex 5 BC FF 62 1A 0 0 C4 64 33
Octal 5 274 377 142 32 0 0 304 144 63
Binary 101 10111100 11111111 1100010 11010 0 0 11000100 1100100 110011

Color Harmonies of #05BCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BCFF

Black with #05BCFF

Text Example


Text Example

White with #05BCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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