#08F0F7

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

Shades of Aqua #08F0F7

Tints of Aqua #08F0F7

Color information

#08F0F7 (or 0x08F0F7) is unknown color: approx Aqua. HEX triplet: 08, F0 and F7. RGB value is (8,240,247). Sum of RGB (Red+Green+Blue) = 8+240+247=495 (65% of max value = 765). Red value is 8 (3.52% from 255 or 1.62% from 495); Green value is 240 (94.14% from 255 or 48.48% from 495); Blue value is 247 (96.88% from 255 or 49.90% from 495); Max value from RGB is 247 - color contains mainly: blue. Hex color #08F0F7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #08F0F7 is #F70F08. Grayscale: #ABABAB. Windows color (decimal): -16191241 or 16248840. OLE color: 16248840.

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

Color convert

RGB8240247-
CMYK0.970.0300.03
HSL181.76º93.73%50%-
HSV(B)181.76º96.76%96.86%-
XYZ48.0569.0998.8-
YUV171.43170.6411.43-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.62%
GREEN value IS 240 (94.14% from 255) = 48.48%
BLUE value IS 247 (96.88% from 255) = 49.90%
R=1.62%
G=48.48%
B=49.90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal82402470.970.0300.03181.7693.7350
Hex8F0F761303b65e32
Octal1036036714130326613662
Binary10001111000011110111110000111011101101101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08F0F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08F0F7; }

 p { color: rgb(8,240,247); }

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

<style>
 a { background-color: #08F0F7; }

 a { background-color: rgb(8,240,247); }

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

<style>
 span { border-color: #08F0F7; }

 span { border-color: rgb(8,240,247); }

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