Html Css Color HEX #05D3FF Deep Sky Blue

📋 copy color: '#05D3FF'

red 5 ◦ green 211 ◦ blue 255

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

Shades of Deep Sky Blue #05D3FF

Tints of Deep Sky Blue #05D3FF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.8%

 BLUE value IS 255 (100% from 255) = 54.14%

R = 1.06%
G = 44.8%
B = 54.14%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#05D3FF (or 0x05D3FF) is known color: Deep Sky Blue. HEX triplet: 05, D3 and FF. RGB value is (5,211,255). Sum of RGB (Red+Green+Blue) = 5+211+255=471 (62% of max value = 765). Red value is 5 (2.34% from 255 or 1.06% from 471); Green value is 211 (82.81% from 255 or 44.80% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #05D3FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05D3FF is #FA2C00. Grayscale: #9A9A9A. Windows color (decimal): -16395265 or 16765701. OLE color: 16765701.

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

Color convert

RGB 5 211 255 -
CMYK 0.98 0.17 0 0
HSL 190.56º 1% 0.51% -
HSV(B) 190.56º 0.98% 1% -
XYZ 41.41 53.84 102.82 -
YUV 154.42 184.75 21.42 -
System Red Green Blue C M Y K H S L
Decimal 5 211 255 0.98 0.17 0 0 190.56 1 0.51
Hex 5 D3 FF 62 11 0 0 BF 64 33
Octal 5 323 377 142 21 0 0 277 144 63
Binary 101 11010011 11111111 1100010 10001 0 0 10111111 1100100 110011

Color Harmonies of #05D3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D3FF

Black with #05D3FF

Text Example


Text Example

White with #05D3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,211,255); }

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

background-color css

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

 a { background-color: rgb(5,211,255); }

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

border-color css

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

 span { border-color: rgb(5,211,255); }

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