Html Css Color HEX #06E8FB Aqua

📋 copy color: '#06E8FB'

red 6 ◦ green 232 ◦ blue 251

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

Shades of Aqua #06E8FB

Tints of Aqua #06E8FB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 47.44%

 BLUE value IS 251 (98.44% from 255) = 51.33%

R = 1.23%
G = 47.44%
B = 51.33%

CMYK

 C value IS 0.98

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#06E8FB (or 0x06E8FB) is known color: Aqua. HEX triplet: 06, E8 and FB. RGB value is (6,232,251). Sum of RGB (Red+Green+Blue) = 6+232+251=489 (64% of max value = 765). Red value is 6 (2.73% from 255 or 1.23% from 489); Green value is 232 (91.02% from 255 or 47.44% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #06E8FB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06E8FB is #F91704. Grayscale: #A6A6A6. Windows color (decimal): -16324357 or 16508934. OLE color: 16508934.

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

Color convert

RGB 6 232 251 -
CMYK 0.98 0.08 0 0.02
HSL 184.65º 0.97% 0.5% -
HSV(B) 184.65º 0.98% 0.98% -
XYZ 46.34 64.72 101.32 -
YUV 166.59 175.63 13.46 -
System Red Green Blue C M Y K H S L
Decimal 6 232 251 0.98 0.08 0 0.02 184.65 0.97 0.5
Hex 6 E8 FB 62 8 0 2 B9 61 32
Octal 6 350 373 142 10 0 2 271 141 62
Binary 110 11101000 11111011 1100010 1000 0 10 10111001 1100001 110010

Color Harmonies of #06E8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06E8FB

Black with #06E8FB

Text Example


Text Example

White with #06E8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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