Html Css Color HEX #00F0FD Aqua

📋 copy color: '#00F0FD'

red 0 ◦ green 240 ◦ blue 253

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

Shades of Aqua #00F0FD

Tints of Aqua #00F0FD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.68%

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

R = 0%
G = 48.68%
B = 51.32%

CMYK

 C value IS 1

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#00F0FD (or 0x00F0FD) is known color: Aqua. HEX triplet: 00, F0 and FD. RGB value is (0,240,253). Sum of RGB (Red+Green+Blue) = 0+240+253=493 (65% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #00F0FD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00F0FD is #FF0F02. Grayscale: #A9A9A9. Windows color (decimal): -16715523 or 16642048. OLE color: 16642048.

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

Color convert

RGB 0 240 253 -
CMYK 1 0.05 0 0.01
HSL 183.08º 1% 0.5% -
HSV(B) 183.08º 1% 0.99% -
XYZ 48.89 69.41 103.75 -
YUV 169.72 174.99 6.94 -
System Red Green Blue C M Y K H S L
Decimal 0 240 253 1 0.05 0 0.01 183.08 1 0.5
Hex 0 F0 FD 64 5 0 1 B7 64 32
Octal 0 360 375 144 5 0 1 267 144 62
Binary 0 11110000 11111101 1100100 101 0 1 10110111 1100100 110010

Color Harmonies of #00F0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00F0FD

Black with #00F0FD

Text Example


Text Example

White with #00F0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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