Html Css Color HEX #05C5FF Deep Sky Blue

📋 copy color: '#05C5FF'

red 5 ◦ green 197 ◦ blue 255

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

Shades of Deep Sky Blue #05C5FF

Tints of Deep Sky Blue #05C5FF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.11%

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

R = 1.09%
G = 43.11%
B = 55.8%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#05C5FF (or 0x05C5FF) is known color: Deep Sky Blue. HEX triplet: 05, C5 and FF. RGB value is (5,197,255). Sum of RGB (Red+Green+Blue) = 5+197+255=457 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.09% from 457); Green value is 197 (77.34% from 255 or 43.11% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #05C5FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05C5FF is #FA3A00. Grayscale: #919191. Windows color (decimal): -16398849 or 16762117. OLE color: 16762117.

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

Color convert

RGB 5 197 255 -
CMYK 0.98 0.23 0 0
HSL 193.92º 1% 0.51% -
HSV(B) 193.92º 0.98% 1% -
XYZ 38.08 47.18 101.71 -
YUV 146.2 189.39 27.28 -
System Red Green Blue C M Y K H S L
Decimal 5 197 255 0.98 0.23 0 0 193.92 1 0.51
Hex 5 C5 FF 62 17 0 0 C2 64 33
Octal 5 305 377 142 27 0 0 302 144 63
Binary 101 11000101 11111111 1100010 10111 0 0 11000010 1100100 110011

Color Harmonies of #05C5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C5FF

Black with #05C5FF

Text Example


Text Example

White with #05C5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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