Html Css Color HEX #05D1FB Deep Sky Blue

📋 copy color: '#05D1FB'

red 5 ◦ green 209 ◦ blue 251

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

Shades of Deep Sky Blue #05D1FB

Tints of Deep Sky Blue #05D1FB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.95%

 BLUE value IS 251 (98.44% from 255) = 53.98%

R = 1.08%
G = 44.95%
B = 53.98%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#05D1FB (or 0x05D1FB) is known color: Deep Sky Blue. HEX triplet: 05, D1 and FB. RGB value is (5,209,251). Sum of RGB (Red+Green+Blue) = 5+209+251=465 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.08% from 465); Green value is 209 (82.03% from 255 or 44.95% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #05D1FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05D1FB is #FA2E04. Grayscale: #989898. Windows color (decimal): -16395781 or 16503045. OLE color: 16503045.

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

Color convert

RGB 5 209 251 -
CMYK 0.98 0.17 0 0.02
HSL 190.24º 0.97% 0.5% -
HSV(B) 190.24º 0.98% 0.98% -
XYZ 40.28 52.6 99.3 -
YUV 152.79 183.41 22.58 -
System Red Green Blue C M Y K H S L
Decimal 5 209 251 0.98 0.17 0 0.02 190.24 0.97 0.5
Hex 5 D1 FB 62 11 0 2 BE 61 32
Octal 5 321 373 142 21 0 2 276 141 62
Binary 101 11010001 11111011 1100010 10001 0 10 10111110 1100001 110010

Color Harmonies of #05D1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D1FB

Black with #05D1FB

Text Example


Text Example

White with #05D1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,209,251); }

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

background-color css

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

 a { background-color: rgb(5,209,251); }

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

border-color css

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

 span { border-color: rgb(5,209,251); }

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