#0AF4F8

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

Shades of Aqua #0AF4F8

Tints of Aqua #0AF4F8

Color information

#0AF4F8 (or 0x0AF4F8) is unknown color: approx Aqua. HEX triplet: 0A, F4 and F8. RGB value is (10,244,248). Sum of RGB (Red+Green+Blue) = 10+244+248=502 (66% of max value = 765). Red value is 10 (4.30% from 255 or 1.99% from 502); Green value is 244 (95.70% from 255 or 48.61% from 502); Blue value is 248 (97.27% from 255 or 49.40% from 502); Max value from RGB is 248 - color contains mainly: blue. Hex color #0AF4F8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AF4F8 is #F50B07. Grayscale: #AEAEAE. Windows color (decimal): -16059144 or 16315402. OLE color: 16315402.

HSL color Cylindrical-coordinate representation of color #0AF4F8: hue angle of 181.01º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF4F8 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB10244248-
CMYK0.960.0200.03
HSL181.01º94.44%50.59%-
HSV(B)181.01º95.97%97.25%-
XYZ49.4271.54100.01-
YUV174.49169.4810.67-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 1.99%
GREEN value IS 244 (95.70% from 255) = 48.61%
BLUE value IS 248 (97.27% from 255) = 49.40%
R=1.99%
G=48.61%
B=49.40%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal102442480.960.0200.03181.0194.4450.59
HexAF4F860203b55e33
Octal1236437014020326513663
Binary10101111010011111000110000010011101101011011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AF4F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0AF4F8; }

 p { color: rgb(10,244,248); }

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

<style>
 a { background-color: #0AF4F8; }

 a { background-color: rgb(10,244,248); }

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

<style>
 span { border-color: #0AF4F8; }

 span { border-color: rgb(10,244,248); }

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