Html Css Color HEX #05DBFB Deep Sky Blue

📋 copy color: '#05DBFB'

red 5 ◦ green 219 ◦ blue 251

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

Shades of Deep Sky Blue #05DBFB

Tints of Deep Sky Blue #05DBFB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.11%

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

R = 1.05%
G = 46.11%
B = 52.84%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#05DBFB (or 0x05DBFB) is known color: Deep Sky Blue. HEX triplet: 05, DB and FB. RGB value is (5,219,251). Sum of RGB (Red+Green+Blue) = 5+219+251=475 (62% of max value = 765). Red value is 5 (2.34% from 255 or 1.05% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #05DBFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05DBFB is #FA2404. Grayscale: #9E9E9E. Windows color (decimal): -16393221 or 16505605. OLE color: 16505605.

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

Color convert

RGB 5 219 251 -
CMYK 0.98 0.13 0 0.02
HSL 187.8º 0.97% 0.5% -
HSV(B) 187.8º 0.98% 0.98% -
XYZ 42.81 57.66 100.14 -
YUV 158.66 180.1 18.4 -
System Red Green Blue C M Y K H S L
Decimal 5 219 251 0.98 0.13 0 0.02 187.8 0.97 0.5
Hex 5 DB FB 62 D 0 2 BC 61 32
Octal 5 333 373 142 15 0 2 274 141 62
Binary 101 11011011 11111011 1100010 1101 0 10 10111100 1100001 110010

Color Harmonies of #05DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DBFB

Black with #05DBFB

Text Example


Text Example

White with #05DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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