Html Css Color HEX #06F9EE Aqua

📋 copy color: '#06F9EE'

red 6 ◦ green 249 ◦ blue 238

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

Shades of Aqua #06F9EE

Tints of Aqua #06F9EE

RGB

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

 GREEN value IS 249 (97.66% from 255) = 50.51%

 BLUE value IS 238 (93.36% from 255) = 48.28%

R = 1.22%
G = 50.51%
B = 48.28%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#06F9EE (or 0x06F9EE) is known color: Aqua. HEX triplet: 06, F9 and EE. RGB value is (6,249,238). Sum of RGB (Red+Green+Blue) = 6+249+238=493 (65% of max value = 765). Red value is 6 (2.73% from 255 or 1.22% from 493); Green value is 249 (97.66% from 255 or 50.51% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 249 - color contains mainly: green. Hex color #06F9EE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06F9EE is #F90611. Grayscale: #AEAEAE. Windows color (decimal): -16320018 or 15661318. OLE color: 15661318.

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

Color convert

RGB 6 249 238 -
CMYK 0.98 0 0.04 0.02
HSL 177.28º 0.95% 0.5% -
HSV(B) 177.28º 0.98% 0.98% -
XYZ 49.38 73.96 92.56 -
YUV 175.09 163.49 7.39 -
System Red Green Blue C M Y K H S L
Decimal 6 249 238 0.98 0 0.04 0.02 177.28 0.95 0.5
Hex 6 F9 EE 62 0 4 2 B1 5F 32
Octal 6 371 356 142 0 4 2 261 137 62
Binary 110 11111001 11101110 1100010 0 100 10 10110001 1011111 110010

Color Harmonies of #06F9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06F9EE

Black with #06F9EE

Text Example


Text Example

White with #06F9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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