Html Css Color HEX #06ECFF Aqua

📋 copy color: '#06ECFF'

red 6 ◦ green 236 ◦ blue 255

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

Shades of Aqua #06ECFF

Tints of Aqua #06ECFF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.48%

 BLUE value IS 255 (100% from 255) = 51.31%

R = 1.21%
G = 47.48%
B = 51.31%

CMYK

 C value IS 0.98

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#06ECFF (or 0x06ECFF) is known color: Aqua. HEX triplet: 06, EC and FF. RGB value is (6,236,255). Sum of RGB (Red+Green+Blue) = 6+236+255=497 (65% of max value = 765). Red value is 6 (2.73% from 255 or 1.21% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #06ECFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06ECFF is #F91300. Grayscale: #A9A9A9. Windows color (decimal): -16323329 or 16772102. OLE color: 16772102.

HSL color Cylindrical-coordinate representation of color #06ECFF: hue angle of 184.58º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06ECFF is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 6 236 255 -
CMYK 0.98 0.07 0 0
HSL 184.58º 1% 0.51% -
HSV(B) 184.58º 0.98% 1% -
XYZ 48.12 67.25 105.05 -
YUV 169.4 176.3 11.46 -
System Red Green Blue C M Y K H S L
Decimal 6 236 255 0.98 0.07 0 0 184.58 1 0.51
Hex 6 EC FF 62 7 0 0 B9 64 33
Octal 6 354 377 142 7 0 0 271 144 63
Binary 110 11101100 11111111 1100010 111 0 0 10111001 1100100 110011

Color Harmonies of #06ECFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ECFF

Black with #06ECFF

Text Example


Text Example

White with #06ECFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,236,255); }

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

background-color css

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

 a { background-color: rgb(6,236,255); }

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

border-color css

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

 span { border-color: rgb(6,236,255); }

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