Html Css Color HEX #00F4FD Aqua

📋 copy color: '#00F4FD'

red 0 ◦ green 244 ◦ blue 253

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

Shades of Aqua #00F4FD

Tints of Aqua #00F4FD

RGB

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

 GREEN value IS 244 (95.7% from 255) = 49.09%

 BLUE value IS 253 (99.22% from 255) = 50.91%

R = 0%
G = 49.09%
B = 50.91%

CMYK

 C value IS 1

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#00F4FD (or 0x00F4FD) is known color: Aqua. HEX triplet: 00, F4 and FD. RGB value is (0,244,253). Sum of RGB (Red+Green+Blue) = 0+244+253=497 (65% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 497); Green value is 244 (95.70% from 255 or 49.09% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #00F4FD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00F4FD is #FF0B02. Grayscale: #ABABAB. Windows color (decimal): -16714499 or 16643072. OLE color: 16643072.

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

Color convert

RGB 0 244 253 -
CMYK 1 0.04 0 0.01
HSL 182.13º 1% 0.5% -
HSV(B) 182.13º 1% 0.99% -
XYZ 50.08 71.79 104.15 -
YUV 172.07 173.66 5.27 -
System Red Green Blue C M Y K H S L
Decimal 0 244 253 1 0.04 0 0.01 182.13 1 0.5
Hex 0 F4 FD 64 4 0 1 B6 64 32
Octal 0 364 375 144 4 0 1 266 144 62
Binary 0 11110100 11111101 1100100 100 0 1 10110110 1100100 110010

Color Harmonies of #00F4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00F4FD

Black with #00F4FD

Text Example


Text Example

White with #00F4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,244,253); }

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

background-color css

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

 a { background-color: rgb(0,244,253); }

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

border-color css

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

 span { border-color: rgb(0,244,253); }

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