#20EEFB

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

Shades of Aqua #20EEFB

Tints of Aqua #20EEFB

Color information

#20EEFB (or 0x20EEFB) is unknown color: approx Aqua. HEX triplet: 20, EE and FB. RGB value is (32,238,251). Sum of RGB (Red+Green+Blue) = 32+238+251=521 (69% of max value = 765). Red value is 32 (12.89% from 255 or 6.14% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #20EEFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20EEFB is #DF1104. Grayscale: #B1B1B1. Windows color (decimal): -14618885 or 16510496. OLE color: 16510496.

HSL color Cylindrical-coordinate representation of color #20EEFB: hue angle of 183.56º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20EEFB is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB32238251-
CMYK0.870.0500.02
HSL183.56º96.48%55.49%-
HSV(B)183.56º87.25%98.43%-
XYZ48.5868.42101.91-
YUV177.89169.2523.94-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 6.14%
GREEN value IS 238 (93.36% from 255) = 45.68%
BLUE value IS 251 (98.44% from 255) = 48.18%
R=6.14%
G=45.68%
B=48.18%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal322382510.870.0500.02183.5696.4855.49
Hex20EEFB57502b86037
Octal4035637312750227014067
Binary10000011101110111110111010111101010101110001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20EEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20EEFB; }

 p { color: rgb(32,238,251); }

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

<style>
 a { background-color: #20EEFB; }

 a { background-color: rgb(32,238,251); }

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

<style>
 span { border-color: #20EEFB; }

 span { border-color: rgb(32,238,251); }

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