Html Css Color HEX #00EAFA Aqua

📋 copy color: '#00EAFA'

red 0 ◦ green 234 ◦ blue 250

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

Shades of Aqua #00EAFA

Tints of Aqua #00EAFA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.35%

 BLUE value IS 250 (98.05% from 255) = 51.65%

R = 0%
G = 48.35%
B = 51.65%

CMYK

 C value IS 1

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#00EAFA (or 0x00EAFA) is known color: Aqua. HEX triplet: 00, EA and FA. RGB value is (0,234,250). Sum of RGB (Red+Green+Blue) = 0+234+250=484 (64% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 484); Green value is 234 (91.80% from 255 or 48.35% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #00EAFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00EAFA is #FF1505. Grayscale: #A5A5A5. Windows color (decimal): -16717062 or 16443904. OLE color: 16443904.

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

Color convert

RGB 0 234 250 -
CMYK 1 0.06 0 0.02
HSL 183.84º 1% 0.49% -
HSV(B) 183.84º 1% 0.98% -
XYZ 46.68 65.75 100.67 -
YUV 165.86 175.48 9.7 -
System Red Green Blue C M Y K H S L
Decimal 0 234 250 1 0.06 0 0.02 183.84 1 0.49
Hex 0 EA FA 64 6 0 2 B8 64 31
Octal 0 352 372 144 6 0 2 270 144 61
Binary 0 11101010 11111010 1100100 110 0 10 10111000 1100100 110001

Color Harmonies of #00EAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00EAFA

Black with #00EAFA

Text Example


Text Example

White with #00EAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,234,250); }

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

background-color css

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

 a { background-color: rgb(0,234,250); }

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

border-color css

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

 span { border-color: rgb(0,234,250); }

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