Html Css Color HEX #00FDFB Aqua

📋 copy color: '#00FDFB'

red 0 ◦ green 253 ◦ blue 251

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

Shades of Aqua #00FDFB

Tints of Aqua #00FDFB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50.2%

 BLUE value IS 251 (98.44% from 255) = 49.8%

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

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#00FDFB (or 0x00FDFB) is known color: Aqua. HEX triplet: 00, FD and FB. RGB value is (0,253,251). Sum of RGB (Red+Green+Blue) = 0+253+251=504 (66% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 504); Green value is 253 (99.22% from 255 or 50.20% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 253 - color contains mainly: green. Hex color #00FDFB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FDFB is #FF0204. Grayscale: #B0B0B0. Windows color (decimal): -16712197 or 16514304. OLE color: 16514304.

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

Color convert

RGB 0 253 251 -
CMYK 1 0 0.01 0.01
HSL 179.53º 1% 0.5% -
HSV(B) 179.53º 1% 0.99% -
XYZ 52.54 77.22 103.4 -
YUV 177.13 169.68 1.66 -
System Red Green Blue C M Y K H S L
Decimal 0 253 251 1 0 0.01 0.01 179.53 1 0.5
Hex 0 FD FB 64 0 1 1 B4 64 32
Octal 0 375 373 144 0 1 1 264 144 62
Binary 0 11111101 11111011 1100100 0 1 1 10110100 1100100 110010

Color Harmonies of #00FDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FDFB

Black with #00FDFB

Text Example


Text Example

White with #00FDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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