#1AF6F8

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

Shades of Aqua #1AF6F8

Tints of Aqua #1AF6F8

Color information

#1AF6F8 (or 0x1AF6F8) is unknown color: approx Aqua. HEX triplet: 1A, F6 and F8. RGB value is (26,246,248). Sum of RGB (Red+Green+Blue) = 26+246+248=520 (68% of max value = 765). Red value is 26 (10.55% from 255 or 5% from 520); Green value is 246 (96.48% from 255 or 47.31% from 520); Blue value is 248 (97.27% from 255 or 47.69% from 520); Max value from RGB is 248 - color contains mainly: blue. Hex color #1AF6F8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AF6F8 is #E50907. Grayscale: #B4B4B4. Windows color (decimal): -15010056 or 16315930. OLE color: 16315930.

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

Color convert

RGB26246248-
CMYK0.900.0100.03
HSL180.54º94.07%53.73%-
HSV(B)180.54º89.52%97.25%-
XYZ50.3372.91100.23-
YUV180.45166.1117.84-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 5%
GREEN value IS 246 (96.48% from 255) = 47.31%
BLUE value IS 248 (97.27% from 255) = 47.69%
R=5%
G=47.31%
B=47.69%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal262462480.900.0100.03180.5494.0753.73
Hex1AF6F85A103b55e36
Octal3236637013210326513666
Binary11010111101101111100010110101011101101011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AF6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,246,248); }

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

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

 a { background-color: rgb(26,246,248); }

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

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

 span { border-color: rgb(26,246,248); }

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