Html Css Color HEX #05B9FF Deep Sky Blue

📋 copy color: '#05B9FF'

red 5 ◦ green 185 ◦ blue 255

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

Shades of Deep Sky Blue #05B9FF

Tints of Deep Sky Blue #05B9FF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.57%

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

R = 1.12%
G = 41.57%
B = 57.3%

CMYK

 C value IS 0.98

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#05B9FF (or 0x05B9FF) is known color: Deep Sky Blue. HEX triplet: 05, B9 and FF. RGB value is (5,185,255). Sum of RGB (Red+Green+Blue) = 5+185+255=445 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.12% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #05B9FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05B9FF is #FA4600. Grayscale: #8A8A8A. Windows color (decimal): -16401921 or 16759045. OLE color: 16759045.

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

Color convert

RGB 5 185 255 -
CMYK 0.98 0.27 0 0
HSL 196.8º 1% 0.51% -
HSV(B) 196.8º 0.98% 1% -
XYZ 35.46 41.95 100.84 -
YUV 139.16 193.37 32.31 -
System Red Green Blue C M Y K H S L
Decimal 5 185 255 0.98 0.27 0 0 196.8 1 0.51
Hex 5 B9 FF 62 1B 0 0 C5 64 33
Octal 5 271 377 142 33 0 0 305 144 63
Binary 101 10111001 11111111 1100010 11011 0 0 11000101 1100100 110011

Color Harmonies of #05B9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B9FF

Black with #05B9FF

Text Example


Text Example

White with #05B9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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