Html Css Color HEX #06ECF7 Aqua

📋 copy color: '#06ECF7'

red 6 ◦ green 236 ◦ blue 247

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

Shades of Aqua #06ECF7

Tints of Aqua #06ECF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 50.51%

R = 1.23%
G = 48.26%
B = 50.51%

CMYK

 C value IS 0.98

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#06ECF7 (or 0x06ECF7) is known color: Aqua. HEX triplet: 06, EC and F7. RGB value is (6,236,247). Sum of RGB (Red+Green+Blue) = 6+236+247=489 (64% of max value = 765). Red value is 6 (2.73% from 255 or 1.23% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 247 (96.88% from 255 or 50.51% from 489); Max value from RGB is 247 - color contains mainly: blue. Hex color #06ECF7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06ECF7 is #F91308. Grayscale: #A8A8A8. Windows color (decimal): -16323337 or 16247814. OLE color: 16247814.

HSL color Cylindrical-coordinate representation of color #06ECF7: hue angle of 182.74º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06ECF7 is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 6 236 247 -
CMYK 0.98 0.04 0 0.03
HSL 182.74º 0.95% 0.5% -
HSV(B) 182.74º 0.98% 0.97% -
XYZ 46.86 66.75 98.41 -
YUV 168.48 172.3 12.11 -
System Red Green Blue C M Y K H S L
Decimal 6 236 247 0.98 0.04 0 0.03 182.74 0.95 0.5
Hex 6 EC F7 62 4 0 3 B7 5F 32
Octal 6 354 367 142 4 0 3 267 137 62
Binary 110 11101100 11110111 1100010 100 0 11 10110111 1011111 110010

Color Harmonies of #06ECF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ECF7

Black with #06ECF7

Text Example


Text Example

White with #06ECF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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