Html Css Color HEX #05C8F0 Deep Sky Blue

📋 copy color: '#05C8F0'

red 5 ◦ green 200 ◦ blue 240

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

Shades of Deep Sky Blue #05C8F0

Tints of Deep Sky Blue #05C8F0

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.94%

 BLUE value IS 240 (94.14% from 255) = 53.93%

R = 1.12%
G = 44.94%
B = 53.93%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#05C8F0 (or 0x05C8F0) is known color: Deep Sky Blue. HEX triplet: 05, C8 and F0. RGB value is (5,200,240). Sum of RGB (Red+Green+Blue) = 5+200+240=445 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.12% from 445); Green value is 200 (78.52% from 255 or 44.94% from 445); Blue value is 240 (94.14% from 255 or 53.93% from 445); Max value from RGB is 240 - color contains mainly: blue. Hex color #05C8F0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05C8F0 is #FA370F. Grayscale: #919191. Windows color (decimal): -16398096 or 15779845. OLE color: 15779845.

HSL color Cylindrical-coordinate representation of color #05C8F0: hue angle of 190.21º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C8F0 is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 5 200 240 -
CMYK 0.98 0.17 0 0.06
HSL 190.21º 0.96% 0.48% -
HSV(B) 190.21º 0.98% 0.94% -
XYZ 36.45 47.63 89.71 -
YUV 146.26 180.9 27.25 -
System Red Green Blue C M Y K H S L
Decimal 5 200 240 0.98 0.17 0 0.06 190.21 0.96 0.48
Hex 5 C8 F0 62 11 0 6 BE 60 30
Octal 5 310 360 142 21 0 6 276 140 60
Binary 101 11001000 11110000 1100010 10001 0 110 10111110 1100000 110000

Color Harmonies of #05C8F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C8F0

Black with #05C8F0

Text Example


Text Example

White with #05C8F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,200,240); }

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

background-color css

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

 a { background-color: rgb(5,200,240); }

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

border-color css

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

 span { border-color: rgb(5,200,240); }

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