Html Css Color HEX #06EAFA Aqua

📋 copy color: '#06EAFA'

red 6 ◦ green 234 ◦ blue 250

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

Shades of Aqua #06EAFA

Tints of Aqua #06EAFA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.76%

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

R = 1.22%
G = 47.76%
B = 51.02%

CMYK

 C value IS 0.98

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#06EAFA (or 0x06EAFA) is known color: Aqua. HEX triplet: 06, EA and FA. RGB value is (6,234,250). Sum of RGB (Red+Green+Blue) = 6+234+250=490 (64% of max value = 765). Red value is 6 (2.73% from 255 or 1.22% from 490); Green value is 234 (91.80% from 255 or 47.76% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #06EAFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06EAFA is #F91505. Grayscale: #A7A7A7. Windows color (decimal): -16323846 or 16443910. OLE color: 16443910.

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

Color convert

RGB 6 234 250 -
CMYK 0.98 0.06 0 0.02
HSL 183.93º 0.96% 0.5% -
HSV(B) 183.93º 0.98% 0.98% -
XYZ 46.75 65.79 100.68 -
YUV 167.65 174.46 12.7 -
System Red Green Blue C M Y K H S L
Decimal 6 234 250 0.98 0.06 0 0.02 183.93 0.96 0.5
Hex 6 EA FA 62 6 0 2 B8 60 32
Octal 6 352 372 142 6 0 2 270 140 62
Binary 110 11101010 11111010 1100010 110 0 10 10111000 1100000 110010

Color Harmonies of #06EAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06EAFA

Black with #06EAFA

Text Example


Text Example

White with #06EAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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