#1AF7FC

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

Shades of Aqua #1AF7FC

Tints of Aqua #1AF7FC

Color information

#1AF7FC (or 0x1AF7FC) is unknown color: approx Aqua. HEX triplet: 1A, F7 and FC. RGB value is (26,247,252). Sum of RGB (Red+Green+Blue) = 26+247+252=525 (69% of max value = 765). Red value is 26 (10.55% from 255 or 4.95% from 525); Green value is 247 (96.88% from 255 or 47.05% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #1AF7FC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AF7FC is #E50803. Grayscale: #B5B5B5. Windows color (decimal): -15009796 or 16578330. OLE color: 16578330.

HSL color Cylindrical-coordinate representation of color #1AF7FC: hue angle of 181.33º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AF7FC is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB26247252-
CMYK0.900.0200.01
HSL181.33º97.41%54.51%-
HSV(B)181.33º89.68%98.82%-
XYZ51.2673.77103.63-
YUV181.49167.7817.09-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 4.95%
GREEN value IS 247 (96.88% from 255) = 47.05%
BLUE value IS 252 (98.83% from 255) = 48%
R=4.95%
G=47.05%
B=48%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal262472520.900.0200.01181.3397.4154.51
Hex1AF7FC5A201b56137
Octal3236737413220126514167
Binary11010111101111111110010110101001101101011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AF7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1AF7FC; }

 p { color: rgb(26,247,252); }

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

<style>
 a { background-color: #1AF7FC; }

 a { background-color: rgb(26,247,252); }

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

<style>
 span { border-color: #1AF7FC; }

 span { border-color: rgb(26,247,252); }

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