#14EAFF

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

Shades of Aqua #14EAFF

Tints of Aqua #14EAFF

Color information

#14EAFF (or 0x14EAFF) is unknown color: approx Aqua. HEX triplet: 14, EA and FF. RGB value is (20,234,255). Sum of RGB (Red+Green+Blue) = 20+234+255=509 (67% of max value = 765). Red value is 20 (8.20% from 255 or 3.93% from 509); Green value is 234 (91.80% from 255 or 45.97% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #14EAFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14EAFF is #EB1500. Grayscale: #ACACAC. Windows color (decimal): -15406337 or 16771604. OLE color: 16771604.

HSL color Cylindrical-coordinate representation of color #14EAFF: hue angle of 185.36º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14EAFF is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB20234255-
CMYK0.920.0800
HSL185.36º100%53.92%-
HSV(B)185.36º92.16%100%-
XYZ47.7666.21104.87-
YUV172.41174.619.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 3.93%
GREEN value IS 234 (91.80% from 255) = 45.97%
BLUE value IS 255 (100% from 255) = 50.10%
R=3.93%
G=45.97%
B=50.10%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal202342550.920.0800185.3610053.92
Hex14EAFF5C800b96436
Octal24352377134100027114466
Binary1010011101010111111111011100100000101110011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14EAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14EAFF; }

 p { color: rgb(20,234,255); }

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

<style>
 a { background-color: #14EAFF; }

 a { background-color: rgb(20,234,255); }

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

<style>
 span { border-color: #14EAFF; }

 span { border-color: rgb(20,234,255); }

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