Html Css Color HEX #00E6FB Aqua

📋 copy color: '#00E6FB'

red 0 ◦ green 230 ◦ blue 251

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

Shades of Aqua #00E6FB

Tints of Aqua #00E6FB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 47.82%

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

R = 0%
G = 47.82%
B = 52.18%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#00E6FB (or 0x00E6FB) is known color: Aqua. HEX triplet: 00, E6 and FB. RGB value is (0,230,251). Sum of RGB (Red+Green+Blue) = 0+230+251=481 (63% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 481); Green value is 230 (90.23% from 255 or 47.82% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #00E6FB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00E6FB is #FF1904. Grayscale: #A3A3A3. Windows color (decimal): -16718085 or 16508416. OLE color: 16508416.

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

Color convert

RGB 0 230 251 -
CMYK 1 0.08 0 0.02
HSL 185.02º 1% 0.49% -
HSV(B) 185.02º 1% 0.98% -
XYZ 45.71 63.56 101.13 -
YUV 163.62 177.3 11.29 -
System Red Green Blue C M Y K H S L
Decimal 0 230 251 1 0.08 0 0.02 185.02 1 0.49
Hex 0 E6 FB 64 8 0 2 B9 64 31
Octal 0 346 373 144 10 0 2 271 144 61
Binary 0 11100110 11111011 1100100 1000 0 10 10111001 1100100 110001

Color Harmonies of #00E6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00E6FB

Black with #00E6FB

Text Example


Text Example

White with #00E6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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