Html Css Color HEX #06F8F9 Aqua

📋 copy color: '#06F8F9'

red 6 ◦ green 248 ◦ blue 249

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

Shades of Aqua #06F8F9

Tints of Aqua #06F8F9

RGB

 RED value IS 6 (2.73% from 255) = 1.19%

 GREEN value IS 248 (97.27% from 255) = 49.3%

 BLUE value IS 249 (97.66% from 255) = 49.5%

R = 1.19%
G = 49.3%
B = 49.5%

CMYK

 C value IS 0.98

 M value IS 0.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#06F8F9 (or 0x06F8F9) is known color: Aqua. HEX triplet: 06, F8 and F9. RGB value is (6,248,249). Sum of RGB (Red+Green+Blue) = 6+248+249=503 (66% of max value = 765). Red value is 6 (2.73% from 255 or 1.19% from 503); Green value is 248 (97.27% from 255 or 49.30% from 503); Blue value is 249 (97.66% from 255 or 49.50% from 503); Max value from RGB is 249 - color contains mainly: blue. Hex color #06F8F9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06F8F9 is #F90706. Grayscale: #AFAFAF. Windows color (decimal): -16320263 or 16381958. OLE color: 16381958.

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

Color convert

RGB 6 248 249 -
CMYK 0.98 0.00 0 0.02
HSL 180.25º 0.95% 0.5% -
HSV(B) 180.25º 0.98% 0.98% -
XYZ 50.74 74.01 101.23 -
YUV 175.76 169.33 6.92 -
System Red Green Blue C M Y K H S L
Decimal 6 248 249 0.98 0.00 0 0.02 180.25 0.95 0.5
Hex 6 F8 F9 62 0 0 2 B4 5F 32
Octal 6 370 371 142 0 0 2 264 137 62
Binary 110 11111000 11111001 1100010 0 0 10 10110100 1011111 110010

Color Harmonies of #06F8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06F8F9

Black with #06F8F9

Text Example


Text Example

White with #06F8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06F8F9; }

 p { color: rgb(6,248,249); }

 H1.HeaderClassName
 {
   color: #06F8F9;
 }
 .AnyTagClassName
 {
   color: #06F8F9;
 }
</style>

background-color css

<style>
 a { background-color: #06F8F9; }

 a { background-color: rgb(6,248,249); }

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

border-color css

<style>
 span { border-color: #06F8F9; }

 span { border-color: rgb(6,248,249); }

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