Html Css Color HEX #04FBFF Aqua

📋 copy color: '#04FBFF'

red 4 ◦ green 251 ◦ blue 255

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

Shades of Aqua #04FBFF

Tints of Aqua #04FBFF

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.22%

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

R = 0.78%
G = 49.22%
B = 50%

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

#04FBFF (or 0x04FBFF) is known color: Aqua. HEX triplet: 04, FB and FF. RGB value is (4,251,255). Sum of RGB (Red+Green+Blue) = 4+251+255=510 (67% of max value = 765). Red value is 4 (1.95% from 255 or 0.78% from 510); Green value is 251 (98.44% from 255 or 49.22% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #04FBFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04FBFF is #FB0400. Grayscale: #B1B1B1. Windows color (decimal): -16450561 or 16775940. OLE color: 16775940.

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

Color convert

RGB 4 251 255 -
CMYK 0.98 0.02 0 0
HSL 180.96º 1% 0.51% -
HSV(B) 180.96º 0.98% 1% -
XYZ 52.6 76.24 106.55 -
YUV 177.6 171.67 4.17 -
System Red Green Blue C M Y K H S L
Decimal 4 251 255 0.98 0.02 0 0 180.96 1 0.51
Hex 4 FB FF 62 2 0 0 B5 64 33
Octal 4 373 377 142 2 0 0 265 144 63
Binary 100 11111011 11111111 1100010 10 0 0 10110101 1100100 110011

Color Harmonies of #04FBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FBFF

Black with #04FBFF

Text Example


Text Example

White with #04FBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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