Html Css Color HEX #00EEFA Aqua

📋 copy color: '#00EEFA'

red 0 ◦ green 238 ◦ blue 250

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

Shades of Aqua #00EEFA

Tints of Aqua #00EEFA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.77%

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

R = 0%
G = 48.77%
B = 51.23%

CMYK

 C value IS 1

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#00EEFA (or 0x00EEFA) is known color: Aqua. HEX triplet: 00, EE and FA. RGB value is (0,238,250). Sum of RGB (Red+Green+Blue) = 0+238+250=488 (64% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 488); Green value is 238 (93.36% from 255 or 48.77% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #00EEFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00EEFA is #FF1105. Grayscale: #A7A7A7. Windows color (decimal): -16716038 or 16444928. OLE color: 16444928.

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

Color convert

RGB 0 238 250 -
CMYK 1 0.05 0 0.02
HSL 182.88º 1% 0.49% -
HSV(B) 182.88º 1% 0.98% -
XYZ 47.83 68.05 101.06 -
YUV 168.21 174.15 8.02 -
System Red Green Blue C M Y K H S L
Decimal 0 238 250 1 0.05 0 0.02 182.88 1 0.49
Hex 0 EE FA 64 5 0 2 B7 64 31
Octal 0 356 372 144 5 0 2 267 144 61
Binary 0 11101110 11111010 1100100 101 0 10 10110111 1100100 110001

Color Harmonies of #00EEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00EEFA

Black with #00EEFA

Text Example


Text Example

White with #00EEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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