#00EFF4

Color #00EFF4 Aqua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aqua #00EFF4

Tints of Aqua #00EFF4

Color information

#00EFF4 (or 0x00EFF4) is unknown color: approx Aqua. HEX triplet: 00, EF and F4. RGB value is (0,239,244). Sum of RGB (Red+Green+Blue) = 0+239+244=483 (63% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 483); Green value is 239 (93.75% from 255 or 49.48% from 483); Blue value is 244 (95.70% from 255 or 50.52% from 483); Max value from RGB is 244 - color contains mainly: blue. Hex color #00EFF4 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00EFF4 is #FF100B. Grayscale: #A7A7A7. Windows color (decimal): -16715788 or 16051968. OLE color: 16051968.

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

Color convert

RGB0239244-
CMYK10.0200.04
HSL181.23º100%47.84%-
HSV(B)181.23º100%95.69%-
XYZ47.268.2696.28-
YUV168.11170.828.09-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 239 (93.75% from 255) = 49.48%
BLUE value IS 244 (95.70% from 255) = 50.52%
R=0%
G=49.48%
B=50.52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal023924410.0200.04181.2310047.84
Hex0EFF464204b56430
Octal035736414420426514460
Binary011101111111101001100100100100101101011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00EFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,239,244); }

 H1.HeaderClassName
 {
   color: #00EFF4;
 }
 .AnyTagClassName
 {
   color: #00EFF4;
 }
</style>
background-color css

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

 a { background-color: rgb(0,239,244); }

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

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

 span { border-color: rgb(0,239,244); }

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