#14FAFF

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

Shades of Aqua #14FAFF

Tints of Aqua #14FAFF

Color information

#14FAFF (or 0x14FAFF) is unknown color: approx Aqua. HEX triplet: 14, FA and FF. RGB value is (20,250,255). Sum of RGB (Red+Green+Blue) = 20+250+255=525 (69% of max value = 765). Red value is 20 (8.20% from 255 or 3.81% from 525); Green value is 250 (98.05% from 255 or 47.62% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #14FAFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14FAFF is #EB0500. Grayscale: #B5B5B5. Windows color (decimal): -15402241 or 16775700. OLE color: 16775700.

HSL color Cylindrical-coordinate representation of color #14FAFF: hue angle of 181.28º 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 #14FAFF is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB20250255-
CMYK0.920.0200
HSL181.28º100%53.92%-
HSV(B)181.28º92.16%100%-
XYZ52.5275.74106.46-
YUV181.8169.312.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 3.81%
GREEN value IS 250 (98.05% from 255) = 47.62%
BLUE value IS 255 (100% from 255) = 48.57%
R=3.81%
G=47.62%
B=48.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal202502550.920.0200181.2810053.92
Hex14FAFF5C200b56436
Octal2437237713420026514466
Binary10100111110101111111110111001000101101011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14FAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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