Html Css Color HEX #05C0FF Deep Sky Blue

📋 copy color: '#05C0FF'

red 5 ◦ green 192 ◦ blue 255

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

Shades of Deep Sky Blue #05C0FF

Tints of Deep Sky Blue #05C0FF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.48%

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

R = 1.11%
G = 42.48%
B = 56.42%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#05C0FF (or 0x05C0FF) is known color: Deep Sky Blue. HEX triplet: 05, C0 and FF. RGB value is (5,192,255). Sum of RGB (Red+Green+Blue) = 5+192+255=452 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.11% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #05C0FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05C0FF is #FA3F00. Grayscale: #8E8E8E. Windows color (decimal): -16400129 or 16760837. OLE color: 16760837.

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

Color convert

RGB 5 192 255 -
CMYK 0.98 0.25 0 0
HSL 195.12º 1% 0.51% -
HSV(B) 195.12º 0.98% 1% -
XYZ 36.96 44.95 101.34 -
YUV 143.27 191.05 29.38 -
System Red Green Blue C M Y K H S L
Decimal 5 192 255 0.98 0.25 0 0 195.12 1 0.51
Hex 5 C0 FF 62 19 0 0 C3 64 33
Octal 5 300 377 142 31 0 0 303 144 63
Binary 101 11000000 11111111 1100010 11001 0 0 11000011 1100100 110011

Color Harmonies of #05C0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C0FF

Black with #05C0FF

Text Example


Text Example

White with #05C0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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