Html Css Color HEX #05F9FF Aqua

📋 copy color: '#05F9FF'

red 5 ◦ green 249 ◦ blue 255

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

Shades of Aqua #05F9FF

Tints of Aqua #05F9FF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.92%

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

R = 0.98%
G = 48.92%
B = 50.1%

CMYK

 C value IS 0.98

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#05F9FF (or 0x05F9FF) is known color: Aqua. HEX triplet: 05, F9 and FF. RGB value is (5,249,255). Sum of RGB (Red+Green+Blue) = 5+249+255=509 (67% of max value = 765). Red value is 5 (2.34% from 255 or 0.98% from 509); Green value is 249 (97.66% from 255 or 48.92% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #05F9FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05F9FF is #FA0600. Grayscale: #B0B0B0. Windows color (decimal): -16385537 or 16775429. OLE color: 16775429.

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

Color convert

RGB 5 249 255 -
CMYK 0.98 0.02 0 0
HSL 181.44º 1% 0.51% -
HSV(B) 181.44º 0.98% 1% -
XYZ 51.99 75 106.34 -
YUV 176.73 172.16 5.51 -
System Red Green Blue C M Y K H S L
Decimal 5 249 255 0.98 0.02 0 0 181.44 1 0.51
Hex 5 F9 FF 62 2 0 0 B5 64 33
Octal 5 371 377 142 2 0 0 265 144 63
Binary 101 11111001 11111111 1100010 10 0 0 10110101 1100100 110011

Color Harmonies of #05F9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05F9FF

Black with #05F9FF

Text Example


Text Example

White with #05F9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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