Html Css Color HEX #06ECFC Aqua

📋 copy color: '#06ECFC'

red 6 ◦ green 236 ◦ blue 252

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

Shades of Aqua #06ECFC

Tints of Aqua #06ECFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.01%

R = 1.21%
G = 47.77%
B = 51.01%

CMYK

 C value IS 0.98

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#06ECFC (or 0x06ECFC) is known color: Aqua. HEX triplet: 06, EC and FC. RGB value is (6,236,252). Sum of RGB (Red+Green+Blue) = 6+236+252=494 (65% of max value = 765). Red value is 6 (2.73% from 255 or 1.21% from 494); Green value is 236 (92.58% from 255 or 47.77% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #06ECFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06ECFC is #F91303. Grayscale: #A8A8A8. Windows color (decimal): -16323332 or 16575494. OLE color: 16575494.

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

Color convert

RGB 6 236 252 -
CMYK 0.98 0.06 0 0.01
HSL 183.9º 0.98% 0.51% -
HSV(B) 183.9º 0.98% 0.99% -
XYZ 47.64 67.06 102.53 -
YUV 169.05 174.8 11.7 -
System Red Green Blue C M Y K H S L
Decimal 6 236 252 0.98 0.06 0 0.01 183.9 0.98 0.51
Hex 6 EC FC 62 6 0 1 B8 62 33
Octal 6 354 374 142 6 0 1 270 142 63
Binary 110 11101100 11111100 1100010 110 0 1 10111000 1100010 110011

Color Harmonies of #06ECFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ECFC

Black with #06ECFC

Text Example


Text Example

White with #06ECFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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