Html Css Color HEX #05F0F9 Aqua

📋 copy color: '#05F0F9'

red 5 ◦ green 240 ◦ blue 249

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

Shades of Aqua #05F0F9

Tints of Aqua #05F0F9

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.58%

 BLUE value IS 249 (97.66% from 255) = 50.4%

R = 1.01%
G = 48.58%
B = 50.4%

CMYK

 C value IS 0.98

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#05F0F9 (or 0x05F0F9) is known color: Aqua. HEX triplet: 05, F0 and F9. RGB value is (5,240,249). Sum of RGB (Red+Green+Blue) = 5+240+249=494 (65% of max value = 765). Red value is 5 (2.34% from 255 or 1.01% from 494); Green value is 240 (94.14% from 255 or 48.58% from 494); Blue value is 249 (97.66% from 255 or 50.40% from 494); Max value from RGB is 249 - color contains mainly: blue. Hex color #05F0F9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05F0F9 is #FA0F06. Grayscale: #AAAAAA. Windows color (decimal): -16387847 or 16379909. OLE color: 16379909.

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

Color convert

RGB 5 240 249 -
CMYK 0.98 0.04 0 0.02
HSL 182.21º 0.96% 0.5% -
HSV(B) 182.21º 0.98% 0.98% -
XYZ 48.32 69.19 100.43 -
YUV 170.76 172.14 9.77 -
System Red Green Blue C M Y K H S L
Decimal 5 240 249 0.98 0.04 0 0.02 182.21 0.96 0.5
Hex 5 F0 F9 62 4 0 2 B6 60 32
Octal 5 360 371 142 4 0 2 266 140 62
Binary 101 11110000 11111001 1100010 100 0 10 10110110 1100000 110010

Color Harmonies of #05F0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05F0F9

Black with #05F0F9

Text Example


Text Example

White with #05F0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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