Html Css Color HEX #05D8F5 Deep Sky Blue

📋 copy color: '#05D8F5'

red 5 ◦ green 216 ◦ blue 245

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

Shades of Deep Sky Blue #05D8F5

Tints of Deep Sky Blue #05D8F5

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.35%

 BLUE value IS 245 (96.09% from 255) = 52.58%

R = 1.07%
G = 46.35%
B = 52.58%

CMYK

 C value IS 0.98

 M value IS 0.12

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#05D8F5 (or 0x05D8F5) is known color: Deep Sky Blue. HEX triplet: 05, D8 and F5. RGB value is (5,216,245). Sum of RGB (Red+Green+Blue) = 5+216+245=466 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.07% from 466); Green value is 216 (84.77% from 255 or 46.35% from 466); Blue value is 245 (96.09% from 255 or 52.58% from 466); Max value from RGB is 245 - color contains mainly: blue. Hex color #05D8F5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05D8F5 is #FA270A. Grayscale: #9B9B9B. Windows color (decimal): -16393995 or 16111621. OLE color: 16111621.

HSL color Cylindrical-coordinate representation of color #05D8F5: hue angle of 187.25º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D8F5 is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 5 216 245 -
CMYK 0.98 0.12 0 0.04
HSL 187.25º 0.96% 0.49% -
HSV(B) 187.25º 0.98% 0.96% -
XYZ 41.1 55.74 94.98 -
YUV 156.22 178.1 20.14 -
System Red Green Blue C M Y K H S L
Decimal 5 216 245 0.98 0.12 0 0.04 187.25 0.96 0.49
Hex 5 D8 F5 62 C 0 4 BB 60 31
Octal 5 330 365 142 14 0 4 273 140 61
Binary 101 11011000 11110101 1100010 1100 0 100 10111011 1100000 110001

Color Harmonies of #05D8F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D8F5

Black with #05D8F5

Text Example


Text Example

White with #05D8F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,216,245); }

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

background-color css

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

 a { background-color: rgb(5,216,245); }

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

border-color css

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

 span { border-color: rgb(5,216,245); }

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