Html Css Color HEX #00FCFE Aqua

📋 copy color: '#00FCFE'

red 0 ◦ green 252 ◦ blue 254

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

Shades of Aqua #00FCFE

Tints of Aqua #00FCFE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.8%

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

R = 0%
G = 49.8%
B = 50.2%

CMYK

 C value IS 1

 M value IS 0.01

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#00FCFE (or 0x00FCFE) is known color: Aqua. HEX triplet: 00, FC and FE. RGB value is (0,252,254). Sum of RGB (Red+Green+Blue) = 0+252+254=506 (67% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 506); Green value is 252 (98.83% from 255 or 49.80% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #00FCFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FCFE is #FF0301. Grayscale: #B0B0B0. Windows color (decimal): -16712450 or 16710656. OLE color: 16710656.

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

Color convert

RGB 0 252 254 -
CMYK 1 0.01 0 0.00
HSL 180.47º 1% 0.5% -
HSV(B) 180.47º 1% 1% -
XYZ 52.7 76.78 105.81 -
YUV 176.88 171.51 1.84 -
System Red Green Blue C M Y K H S L
Decimal 0 252 254 1 0.01 0 0.00 180.47 1 0.5
Hex 0 FC FE 64 1 0 0 B4 64 32
Octal 0 374 376 144 1 0 0 264 144 62
Binary 0 11111100 11111110 1100100 1 0 0 10110100 1100100 110010

Color Harmonies of #00FCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FCFE

Black with #00FCFE

Text Example


Text Example

White with #00FCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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