Html Css Color HEX #05EEFF Aqua

📋 copy color: '#05EEFF'

red 5 ◦ green 238 ◦ blue 255

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

Shades of Aqua #05EEFF

Tints of Aqua #05EEFF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.79%

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

R = 1%
G = 47.79%
B = 51.2%

CMYK

 C value IS 0.98

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#05EEFF (or 0x05EEFF) is known color: Aqua. HEX triplet: 05, EE and FF. RGB value is (5,238,255). Sum of RGB (Red+Green+Blue) = 5+238+255=498 (65% of max value = 765). Red value is 5 (2.34% from 255 or 1.00% from 498); Green value is 238 (93.36% from 255 or 47.79% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #05EEFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05EEFF is #FA1100. Grayscale: #A9A9A9. Windows color (decimal): -16388353 or 16772613. OLE color: 16772613.

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

Color convert

RGB 5 238 255 -
CMYK 0.98 0.07 0 0
HSL 184.08º 1% 0.51% -
HSV(B) 184.08º 0.98% 1% -
XYZ 48.69 68.4 105.24 -
YUV 170.27 175.81 10.12 -
System Red Green Blue C M Y K H S L
Decimal 5 238 255 0.98 0.07 0 0 184.08 1 0.51
Hex 5 EE FF 62 7 0 0 B8 64 33
Octal 5 356 377 142 7 0 0 270 144 63
Binary 101 11101110 11111111 1100010 111 0 0 10111000 1100100 110011

Color Harmonies of #05EEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05EEFF

Black with #05EEFF

Text Example


Text Example

White with #05EEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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