Html Css Color HEX #00F6FE Aqua

📋 copy color: '#00F6FE'

red 0 ◦ green 246 ◦ blue 254

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

Shades of Aqua #00F6FE

Tints of Aqua #00F6FE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.2%

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

R = 0%
G = 49.2%
B = 50.8%

CMYK

 C value IS 1

 M value IS 0.03

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#00F6FE (or 0x00F6FE) is known color: Aqua. HEX triplet: 00, F6 and FE. RGB value is (0,246,254). Sum of RGB (Red+Green+Blue) = 0+246+254=500 (66% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 500); Green value is 246 (96.48% from 255 or 49.2% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #00F6FE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00F6FE is #FF0901. Grayscale: #ADADAD. Windows color (decimal): -16713986 or 16709120. OLE color: 16709120.

HSL color Cylindrical-coordinate representation of color #00F6FE: hue angle of 181.89º 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 #00F6FE is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 0 246 254 -
CMYK 1 0.03 0 0.00
HSL 181.89º 1% 0.5% -
HSV(B) 181.89º 1% 1% -
XYZ 50.85 73.07 105.19 -
YUV 173.36 173.5 4.35 -
System Red Green Blue C M Y K H S L
Decimal 0 246 254 1 0.03 0 0.00 181.89 1 0.5
Hex 0 F6 FE 64 3 0 0 B6 64 32
Octal 0 366 376 144 3 0 0 266 144 62
Binary 0 11110110 11111110 1100100 11 0 0 10110110 1100100 110010

Color Harmonies of #00F6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00F6FE

Black with #00F6FE

Text Example


Text Example

White with #00F6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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