#06EFFF

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

Shades of Aqua #06EFFF

Tints of Aqua #06EFFF

Color information

#06EFFF (or 0x06EFFF) is unknown color: approx Aqua. HEX triplet: 06, EF and FF. RGB value is (6,239,255). Sum of RGB (Red+Green+Blue) = 6+239+255=500 (66% of max value = 765). Red value is 6 (2.73% from 255 or 1.2% from 500); Green value is 239 (93.75% from 255 or 47.8% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #06EFFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06EFFF is #F91000. Grayscale: #AAAAAA. Windows color (decimal): -16322561 or 16772870. OLE color: 16772870.

HSL color Cylindrical-coordinate representation of color #06EFFF: hue angle of 183.86º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06EFFF is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB6239255-
CMYK0.980.0600
HSL183.86º100%51.18%-
HSV(B)183.86º97.65%100%-
XYZ48.9968.99105.34-
YUV171.16175.3110.2-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.2%
GREEN value IS 239 (93.75% from 255) = 47.8%
BLUE value IS 255 (100% from 255) = 51%
R=1.2%
G=47.8%
B=51%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal62392550.980.0600183.8610051.18
Hex6EFFF62600b86433
Octal635737714260027014463
Binary1101110111111111111110001011000101110001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06EFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,239,255); }

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

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

 a { background-color: rgb(6,239,255); }

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

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

 span { border-color: rgb(6,239,255); }

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