Html Css Color HEX #00FBED Aqua

📋 copy color: '#00FBED'

red 0 ◦ green 251 ◦ blue 237

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

Shades of Aqua #00FBED

Tints of Aqua #00FBED

RGB

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

 GREEN value IS 251 (98.44% from 255) = 51.43%

 BLUE value IS 237 (92.97% from 255) = 48.57%

R = 0%
G = 51.43%
B = 48.57%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#00FBED (or 0x00FBED) is known color: Aqua. HEX triplet: 00, FB and ED. RGB value is (0,251,237). Sum of RGB (Red+Green+Blue) = 0+251+237=488 (64% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 488); Green value is 251 (98.44% from 255 or 51.43% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 251 - color contains mainly: green. Hex color #00FBED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FBED is #FF0412. Grayscale: #AEAEAE. Windows color (decimal): -16712723 or 15596288. OLE color: 15596288.

HSL color Cylindrical-coordinate representation of color #00FBED: hue angle of 176.65º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FBED is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 0 251 237 -
CMYK 1 0 0.06 0.02
HSL 176.65º 1% 0.49% -
HSV(B) 176.65º 1% 0.98% -
XYZ 49.78 75.11 91.99 -
YUV 174.36 163.34 3.64 -
System Red Green Blue C M Y K H S L
Decimal 0 251 237 1 0 0.06 0.02 176.65 1 0.49
Hex 0 FB ED 64 0 6 2 B1 64 31
Octal 0 373 355 144 0 6 2 261 144 61
Binary 0 11111011 11101101 1100100 0 110 10 10110001 1100100 110001

Color Harmonies of #00FBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FBED

Black with #00FBED

Text Example


Text Example

White with #00FBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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