Html Css Color HEX #06E5FA Aqua

📋 copy color: '#06E5FA'

red 6 ◦ green 229 ◦ blue 250

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

Shades of Aqua #06E5FA

Tints of Aqua #06E5FA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.22%

 BLUE value IS 250 (98.05% from 255) = 51.55%

R = 1.24%
G = 47.22%
B = 51.55%

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

#06E5FA (or 0x06E5FA) is known color: Aqua. HEX triplet: 06, E5 and FA. RGB value is (6,229,250). Sum of RGB (Red+Green+Blue) = 6+229+250=485 (64% of max value = 765). Red value is 6 (2.73% from 255 or 1.24% from 485); Green value is 229 (89.84% from 255 or 47.22% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #06E5FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06E5FA is #F91A05. Grayscale: #A4A4A4. Windows color (decimal): -16325126 or 16442630. OLE color: 16442630.

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

Color convert

RGB 6 229 250 -
CMYK 0.98 0.08 0 0.02
HSL 185.16º 0.96% 0.5% -
HSV(B) 185.16º 0.98% 0.98% -
XYZ 45.35 62.98 100.21 -
YUV 164.72 176.12 14.79 -
System Red Green Blue C M Y K H S L
Decimal 6 229 250 0.98 0.08 0 0.02 185.16 0.96 0.5
Hex 6 E5 FA 62 8 0 2 B9 60 32
Octal 6 345 372 142 10 0 2 271 140 62
Binary 110 11100101 11111010 1100010 1000 0 10 10111001 1100000 110010

Color Harmonies of #06E5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06E5FA

Black with #06E5FA

Text Example


Text Example

White with #06E5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,229,250); }

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

background-color css

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

 a { background-color: rgb(6,229,250); }

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

border-color css

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

 span { border-color: rgb(6,229,250); }

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