Html Css Color HEX #00FBEC Aqua

📋 copy color: '#00FBEC'

red 0 ◦ green 251 ◦ blue 236

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

Shades of Aqua #00FBEC

Tints of Aqua #00FBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.46%

R = 0%
G = 51.54%
B = 48.46%

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

#00FBEC (or 0x00FBEC) is known color: Aqua. HEX triplet: 00, FB and EC. RGB value is (0,251,236). Sum of RGB (Red+Green+Blue) = 0+251+236=487 (64% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 487); Green value is 251 (98.44% from 255 or 51.54% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 251 - color contains mainly: green. Hex color #00FBEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FBEC is #FF0413. Grayscale: #AEAEAE. Windows color (decimal): -16712724 or 15530752. OLE color: 15530752.

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

Color convert

RGB 0 251 236 -
CMYK 1 0 0.06 0.02
HSL 176.41º 1% 0.49% -
HSV(B) 176.41º 1% 0.98% -
XYZ 49.64 75.05 91.23 -
YUV 174.24 162.84 3.72 -
System Red Green Blue C M Y K H S L
Decimal 0 251 236 1 0 0.06 0.02 176.41 1 0.49
Hex 0 FB EC 64 0 6 2 B0 64 31
Octal 0 373 354 144 0 6 2 260 144 61
Binary 0 11111011 11101100 1100100 0 110 10 10110000 1100100 110001

Color Harmonies of #00FBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FBEC

Black with #00FBEC

Text Example


Text Example

White with #00FBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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