Html Css Color HEX #05F9EC Aqua

📋 copy color: '#05F9EC'

red 5 ◦ green 249 ◦ blue 236

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

Shades of Aqua #05F9EC

Tints of Aqua #05F9EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.16%

R = 1.02%
G = 50.82%
B = 48.16%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#05F9EC (or 0x05F9EC) is known color: Aqua. HEX triplet: 05, F9 and EC. RGB value is (5,249,236). Sum of RGB (Red+Green+Blue) = 5+249+236=490 (64% of max value = 765). Red value is 5 (2.34% from 255 or 1.02% from 490); Green value is 249 (97.66% from 255 or 50.82% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 249 - color contains mainly: green. Hex color #05F9EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05F9EC is #FA0613. Grayscale: #AEAEAE. Windows color (decimal): -16385556 or 15530245. OLE color: 15530245.

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

Color convert

RGB 5 249 236 -
CMYK 0.98 0 0.05 0.02
HSL 176.8º 0.96% 0.5% -
HSV(B) 176.8º 0.98% 0.98% -
XYZ 49.08 73.84 91.02 -
YUV 174.56 162.66 7.06 -
System Red Green Blue C M Y K H S L
Decimal 5 249 236 0.98 0 0.05 0.02 176.8 0.96 0.5
Hex 5 F9 EC 62 0 5 2 B1 60 32
Octal 5 371 354 142 0 5 2 261 140 62
Binary 101 11111001 11101100 1100010 0 101 10 10110001 1100000 110010

Color Harmonies of #05F9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05F9EC

Black with #05F9EC

Text Example


Text Example

White with #05F9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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