Html Css Color HEX #04EBFF Aqua

📋 copy color: '#04EBFF'

red 4 ◦ green 235 ◦ blue 255

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

Shades of Aqua #04EBFF

Tints of Aqua #04EBFF

RGB

 RED value IS 4 (1.95% from 255) = 0.81%

 GREEN value IS 235 (92.19% from 255) = 47.57%

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

R = 0.81%
G = 47.57%
B = 51.62%

CMYK

 C value IS 0.98

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#04EBFF (or 0x04EBFF) is known color: Aqua. HEX triplet: 04, EB and FF. RGB value is (4,235,255). Sum of RGB (Red+Green+Blue) = 4+235+255=494 (65% of max value = 765). Red value is 4 (1.95% from 255 or 0.81% from 494); Green value is 235 (92.19% from 255 or 47.57% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #04EBFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04EBFF is #FB1400. Grayscale: #A7A7A7. Windows color (decimal): -16454657 or 16771844. OLE color: 16771844.

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

Color convert

RGB 4 235 255 -
CMYK 0.98 0.08 0 0
HSL 184.78º 1% 0.51% -
HSV(B) 184.78º 0.98% 1% -
XYZ 47.81 66.66 104.96 -
YUV 168.21 176.97 10.87 -
System Red Green Blue C M Y K H S L
Decimal 4 235 255 0.98 0.08 0 0 184.78 1 0.51
Hex 4 EB FF 62 8 0 0 B9 64 33
Octal 4 353 377 142 10 0 0 271 144 63
Binary 100 11101011 11111111 1100010 1000 0 0 10111001 1100100 110011

Color Harmonies of #04EBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04EBFF

Black with #04EBFF

Text Example


Text Example

White with #04EBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04EBFF; }

 p { color: rgb(4,235,255); }

 H1.HeaderClassName
 {
   color: #04EBFF;
 }
 .AnyTagClassName
 {
   color: #04EBFF;
 }
</style>

background-color css

<style>
 a { background-color: #04EBFF; }

 a { background-color: rgb(4,235,255); }

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

border-color css

<style>
 span { border-color: #04EBFF; }

 span { border-color: rgb(4,235,255); }

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