Html Css Color HEX #05AFFF Deep Sky Blue

📋 copy color: '#05AFFF'

red 5 ◦ green 175 ◦ blue 255

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

Shades of Deep Sky Blue #05AFFF

Tints of Deep Sky Blue #05AFFF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.23%

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

R = 1.15%
G = 40.23%
B = 58.62%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#05AFFF (or 0x05AFFF) is known color: Deep Sky Blue. HEX triplet: 05, AF and FF. RGB value is (5,175,255). Sum of RGB (Red+Green+Blue) = 5+175+255=435 (57% of max value = 765). Red value is 5 (2.34% from 255 or 1.15% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #05AFFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05AFFF is #FA5000. Grayscale: #848484. Windows color (decimal): -16404481 or 16756485. OLE color: 16756485.

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

Color convert

RGB 5 175 255 -
CMYK 0.98 0.31 0 0
HSL 199.2º 1% 0.51% -
HSV(B) 199.2º 0.98% 1% -
XYZ 33.44 37.91 100.16 -
YUV 133.29 196.68 36.5 -
System Red Green Blue C M Y K H S L
Decimal 5 175 255 0.98 0.31 0 0 199.2 1 0.51
Hex 5 AF FF 62 1F 0 0 C7 64 33
Octal 5 257 377 142 37 0 0 307 144 63
Binary 101 10101111 11111111 1100010 11111 0 0 11000111 1100100 110011

Color Harmonies of #05AFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AFFF

Black with #05AFFF

Text Example


Text Example

White with #05AFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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