Html Css Color HEX #05D9F5 Deep Sky Blue

📋 copy color: '#05D9F5'

red 5 ◦ green 217 ◦ blue 245

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

Shades of Deep Sky Blue #05D9F5

Tints of Deep Sky Blue #05D9F5

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.47%

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

R = 1.07%
G = 46.47%
B = 52.46%

CMYK

 C value IS 0.98

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#05D9F5 (or 0x05D9F5) is known color: Deep Sky Blue. HEX triplet: 05, D9 and F5. RGB value is (5,217,245). Sum of RGB (Red+Green+Blue) = 5+217+245=467 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.07% from 467); Green value is 217 (85.16% from 255 or 46.47% from 467); Blue value is 245 (96.09% from 255 or 52.46% from 467); Max value from RGB is 245 - color contains mainly: blue. Hex color #05D9F5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05D9F5 is #FA260A. Grayscale: #9C9C9C. Windows color (decimal): -16393739 or 16111877. OLE color: 16111877.

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

Color convert

RGB 5 217 245 -
CMYK 0.98 0.11 0 0.04
HSL 187º 0.96% 0.49% -
HSV(B) 187º 0.98% 0.96% -
XYZ 41.36 56.25 95.06 -
YUV 156.8 177.76 19.72 -
System Red Green Blue C M Y K H S L
Decimal 5 217 245 0.98 0.11 0 0.04 187 0.96 0.49
Hex 5 D9 F5 62 B 0 4 BB 60 31
Octal 5 331 365 142 13 0 4 273 140 61
Binary 101 11011001 11110101 1100010 1011 0 100 10111011 1100000 110001

Color Harmonies of #05D9F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D9F5

Black with #05D9F5

Text Example


Text Example

White with #05D9F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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