Html Css Color HEX #08F9F0 Aqua

📋 copy color: '#08F9F0'

red 8 ◦ green 249 ◦ blue 240

#08F9F0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aqua #08F9F0

Tints of Aqua #08F9F0

RGB

 RED value IS 8 (3.52% from 255) = 1.61%

 GREEN value IS 249 (97.66% from 255) = 50.1%

 BLUE value IS 240 (94.14% from 255) = 48.29%

R = 1.61%
G = 50.1%
B = 48.29%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#08F9F0 (or 0x08F9F0) is known color: Aqua. HEX triplet: 08, F9 and F0. RGB value is (8,249,240). Sum of RGB (Red+Green+Blue) = 8+249+240=497 (65% of max value = 765). Red value is 8 (3.52% from 255 or 1.61% from 497); Green value is 249 (97.66% from 255 or 50.10% from 497); Blue value is 240 (94.14% from 255 or 48.29% from 497); Max value from RGB is 249 - color contains mainly: green. Hex color #08F9F0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #08F9F0 is #F7060F. Grayscale: #AFAFAF. Windows color (decimal): -16188944 or 15792392. OLE color: 15792392.

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

Color convert

RGB 8 249 240 -
CMYK 0.97 0 0.04 0.02
HSL 177.76º 0.95% 0.5% -
HSV(B) 177.76º 0.97% 0.98% -
XYZ 49.7 74.09 94.12 -
YUV 175.92 164.16 8.23 -
System Red Green Blue C M Y K H S L
Decimal 8 249 240 0.97 0 0.04 0.02 177.76 0.95 0.5
Hex 8 F9 F0 61 0 4 2 B2 5F 32
Octal 10 371 360 141 0 4 2 262 137 62
Binary 1000 11111001 11110000 1100001 0 100 10 10110010 1011111 110010

Color Harmonies of #08F9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08F9F0

Black with #08F9F0

Text Example


Text Example

White with #08F9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08F9F0;
 }
 .AnyTagClassName
 {
   color: #08F9F0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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