Html Css Color HEX #05D5F5 Deep Sky Blue

📋 copy color: '#05D5F5'

red 5 ◦ green 213 ◦ blue 245

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

Shades of Deep Sky Blue #05D5F5

Tints of Deep Sky Blue #05D5F5

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46%

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

R = 1.08%
G = 46%
B = 52.92%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#05D5F5 (or 0x05D5F5) is known color: Deep Sky Blue. HEX triplet: 05, D5 and F5. RGB value is (5,213,245). Sum of RGB (Red+Green+Blue) = 5+213+245=463 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.08% from 463); Green value is 213 (83.59% from 255 or 46.00% from 463); Blue value is 245 (96.09% from 255 or 52.92% from 463); Max value from RGB is 245 - color contains mainly: blue. Hex color #05D5F5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05D5F5 is #FA2A0A. Grayscale: #9A9A9A. Windows color (decimal): -16394763 or 16110853. OLE color: 16110853.

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

Color convert

RGB 5 213 245 -
CMYK 0.98 0.13 0 0.04
HSL 188º 0.96% 0.49% -
HSV(B) 188º 0.98% 0.96% -
XYZ 40.34 54.21 94.72 -
YUV 154.46 179.09 21.4 -
System Red Green Blue C M Y K H S L
Decimal 5 213 245 0.98 0.13 0 0.04 188 0.96 0.49
Hex 5 D5 F5 62 D 0 4 BC 60 31
Octal 5 325 365 142 15 0 4 274 140 61
Binary 101 11010101 11110101 1100010 1101 0 100 10111100 1100000 110001

Color Harmonies of #05D5F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D5F5

Black with #05D5F5

Text Example


Text Example

White with #05D5F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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