Html Css Color HEX #05D7F8 Deep Sky Blue

📋 copy color: '#05D7F8'

red 5 ◦ green 215 ◦ blue 248

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

Shades of Deep Sky Blue #05D7F8

Tints of Deep Sky Blue #05D7F8

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.94%

 BLUE value IS 248 (97.27% from 255) = 52.99%

R = 1.07%
G = 45.94%
B = 52.99%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#05D7F8 (or 0x05D7F8) is known color: Deep Sky Blue. HEX triplet: 05, D7 and F8. RGB value is (5,215,248). Sum of RGB (Red+Green+Blue) = 5+215+248=468 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.07% from 468); Green value is 215 (84.38% from 255 or 45.94% from 468); Blue value is 248 (97.27% from 255 or 52.99% from 468); Max value from RGB is 248 - color contains mainly: blue. Hex color #05D7F8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05D7F8 is #FA2807. Grayscale: #9B9B9B. Windows color (decimal): -16394248 or 16307973. OLE color: 16307973.

HSL color Cylindrical-coordinate representation of color #05D7F8: hue angle of 188.15º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D7F8 is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 5 215 248 -
CMYK 0.98 0.13 0 0.03
HSL 188.15º 0.96% 0.5% -
HSV(B) 188.15º 0.98% 0.97% -
XYZ 41.31 55.41 97.33 -
YUV 155.97 179.93 20.32 -
System Red Green Blue C M Y K H S L
Decimal 5 215 248 0.98 0.13 0 0.03 188.15 0.96 0.5
Hex 5 D7 F8 62 D 0 3 BC 60 32
Octal 5 327 370 142 15 0 3 274 140 62
Binary 101 11010111 11111000 1100010 1101 0 11 10111100 1100000 110010

Color Harmonies of #05D7F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D7F8

Black with #05D7F8

Text Example


Text Example

White with #05D7F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,215,248); }

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

background-color css

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

 a { background-color: rgb(5,215,248); }

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

border-color css

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

 span { border-color: rgb(5,215,248); }

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