#14FFF7

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

Shades of Aqua #14FFF7

Tints of Aqua #14FFF7

Color information

#14FFF7 (or 0x14FFF7) is unknown color: approx Aqua. HEX triplet: 14, FF and F7. RGB value is (20,255,247). Sum of RGB (Red+Green+Blue) = 20+255+247=522 (69% of max value = 765). Red value is 20 (8.20% from 255 or 3.83% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 247 (96.88% from 255 or 47.32% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #14FFF7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14FFF7 is #EB0008. Grayscale: #B7B7B7. Windows color (decimal): -15400969 or 16252692. OLE color: 16252692.

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

Color convert

RGB20255247-
CMYK0.9200.030
HSL177.96º100%53.92%-
HSV(B)177.96º92.16%100%-
XYZ52.8478.38100.34-
YUV183.82163.6411.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 3.83%
GREEN value IS 255 (100% from 255) = 48.85%
BLUE value IS 247 (96.88% from 255) = 47.32%
R=3.83%
G=48.85%
B=47.32%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal202552470.9200.030177.9610053.92
Hex14FFF75C030b26436
Octal2437736713403026214466
Binary10100111111111111011110111000110101100101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14FFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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