#06EDFB

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

Shades of Aqua #06EDFB

Tints of Aqua #06EDFB

Color information

#06EDFB (or 0x06EDFB) is unknown color: approx Aqua. HEX triplet: 06, ED and FB. RGB value is (6,237,251). Sum of RGB (Red+Green+Blue) = 6+237+251=494 (65% of max value = 765). Red value is 6 (2.73% from 255 or 1.21% from 494); Green value is 237 (92.97% from 255 or 47.98% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #06EDFB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06EDFB is #F91204. Grayscale: #A9A9A9. Windows color (decimal): -16323077 or 16510214. OLE color: 16510214.

HSL color Cylindrical-coordinate representation of color #06EDFB: hue angle of 183.43º degrees, saturation: 0.97, 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 #06EDFB is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB6237251-
CMYK0.980.0600.02
HSL183.43º96.84%50.39%-
HSV(B)183.43º97.61%98.43%-
XYZ47.7767.57101.79-
YUV169.53173.9711.36-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.21%
GREEN value IS 237 (92.97% from 255) = 47.98%
BLUE value IS 251 (98.44% from 255) = 50.81%
R=1.21%
G=47.98%
B=50.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal62372510.980.0600.02183.4396.8450.39
Hex6EDFB62602b76132
Octal635537314260226714162
Binary11011101101111110111100010110010101101111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06EDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,237,251); }

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

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

 a { background-color: rgb(6,237,251); }

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

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

 span { border-color: rgb(6,237,251); }

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