#06EEFF

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

Shades of Aqua #06EEFF

Tints of Aqua #06EEFF

Color information

#06EEFF (or 0x06EEFF) is unknown color: approx Aqua. HEX triplet: 06, EE and FF. RGB value is (6,238,255). Sum of RGB (Red+Green+Blue) = 6+238+255=499 (66% of max value = 765). Red value is 6 (2.73% from 255 or 1.20% from 499); Green value is 238 (93.36% from 255 or 47.70% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #06EEFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06EEFF is #F91100. Grayscale: #AAAAAA. Windows color (decimal): -16322817 or 16772614. OLE color: 16772614.

HSL color Cylindrical-coordinate representation of color #06EEFF: hue angle of 184.1º 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 #06EEFF is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB6238255-
CMYK0.980.0700
HSL184.1º100%51.18%-
HSV(B)184.1º97.65%100%-
XYZ48.768.41105.25-
YUV170.57175.6410.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.20%
GREEN value IS 238 (93.36% from 255) = 47.70%
BLUE value IS 255 (100% from 255) = 51.10%
R=1.20%
G=47.70%
B=51.10%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal62382550.980.0700184.110051.18
Hex6EEFF62700b86433
Octal635637714270027014463
Binary1101110111011111111110001011100101110001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06EEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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