Html Css Color HEX #00FAFE Aqua

📋 copy color: '#00FAFE'

red 0 ◦ green 250 ◦ blue 254

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

Shades of Aqua #00FAFE

Tints of Aqua #00FAFE

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 250 (98.05% from 255) = 49.6%

 BLUE value IS 254 (99.61% from 255) = 50.4%

R = 0%
G = 49.6%
B = 50.4%

CMYK

 C value IS 1

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#00FAFE (or 0x00FAFE) is known color: Aqua. HEX triplet: 00, FA and FE. RGB value is (0,250,254). Sum of RGB (Red+Green+Blue) = 0+250+254=504 (66% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 504); Green value is 250 (98.05% from 255 or 49.60% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #00FAFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FAFE is #FF0501. Grayscale: #AFAFAF. Windows color (decimal): -16712962 or 16710144. OLE color: 16710144.

HSL color Cylindrical-coordinate representation of color #00FAFE: hue angle of 180.94º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FAFE is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 0 250 254 -
CMYK 1 0.02 0 0.00
HSL 180.94º 1% 0.5% -
HSV(B) 180.94º 1% 1% -
XYZ 52.08 75.53 105.6 -
YUV 175.71 172.18 2.67 -
System Red Green Blue C M Y K H S L
Decimal 0 250 254 1 0.02 0 0.00 180.94 1 0.5
Hex 0 FA FE 64 2 0 0 B5 64 32
Octal 0 372 376 144 2 0 0 265 144 62
Binary 0 11111010 11111110 1100100 10 0 0 10110101 1100100 110010

Color Harmonies of #00FAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FAFE

Black with #00FAFE

Text Example


Text Example

White with #00FAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00FAFE; }

 p { color: rgb(0,250,254); }

 H1.HeaderClassName
 {
   color: #00FAFE;
 }
 .AnyTagClassName
 {
   color: #00FAFE;
 }
</style>

background-color css

<style>
 a { background-color: #00FAFE; }

 a { background-color: rgb(0,250,254); }

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

border-color css

<style>
 span { border-color: #00FAFE; }

 span { border-color: rgb(0,250,254); }

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