#28EFFE

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

Shades of Aqua #28EFFE

Tints of Aqua #28EFFE

Color information

#28EFFE (or 0x28EFFE) is unknown color: approx Aqua. HEX triplet: 28, EF and FE. RGB value is (40,239,254). Sum of RGB (Red+Green+Blue) = 40+239+254=533 (70% of max value = 765). Red value is 40 (16.02% from 255 or 7.50% from 533); Green value is 239 (93.75% from 255 or 44.84% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #28EFFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28EFFE is #D71001. Grayscale: #B4B4B4. Windows color (decimal): -14094338 or 16707368. OLE color: 16707368.

HSL color Cylindrical-coordinate representation of color #28EFFE: hue angle of 184.21º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28EFFE is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB40239254-
CMYK0.840.0600.00
HSL184.21º99.07%57.65%-
HSV(B)184.21º84.25%99.61%-
XYZ49.6369.34104.53-
YUV181.21169.0727.28-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 7.50%
GREEN value IS 239 (93.75% from 255) = 44.84%
BLUE value IS 254 (99.61% from 255) = 47.65%
R=7.50%
G=44.84%
B=47.65%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal402392540.840.0600.00184.2199.0757.65
Hex28EFFE54600b8633a
Octal5035737612460027014372
Binary1010001110111111111110101010011000101110001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28EFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28EFFE; }

 p { color: rgb(40,239,254); }

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

<style>
 a { background-color: #28EFFE; }

 a { background-color: rgb(40,239,254); }

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

<style>
 span { border-color: #28EFFE; }

 span { border-color: rgb(40,239,254); }

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