Html Css Color HEX #06ECFE Aqua

📋 copy color: '#06ECFE'

red 6 ◦ green 236 ◦ blue 254

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

Shades of Aqua #06ECFE

Tints of Aqua #06ECFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.21%

R = 1.21%
G = 47.58%
B = 51.21%

CMYK

 C value IS 0.98

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#06ECFE (or 0x06ECFE) is known color: Aqua. HEX triplet: 06, EC and FE. RGB value is (6,236,254). Sum of RGB (Red+Green+Blue) = 6+236+254=496 (65% of max value = 765). Red value is 6 (2.73% from 255 or 1.21% from 496); Green value is 236 (92.58% from 255 or 47.58% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #06ECFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06ECFE is #F91301. Grayscale: #A8A8A8. Windows color (decimal): -16323330 or 16706566. OLE color: 16706566.

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

Color convert

RGB 6 236 254 -
CMYK 0.98 0.07 0 0.00
HSL 184.35º 0.99% 0.51% -
HSV(B) 184.35º 0.98% 1% -
XYZ 47.96 67.19 104.21 -
YUV 169.28 175.8 11.54 -
System Red Green Blue C M Y K H S L
Decimal 6 236 254 0.98 0.07 0 0.00 184.35 0.99 0.51
Hex 6 EC FE 62 7 0 0 B8 63 33
Octal 6 354 376 142 7 0 0 270 143 63
Binary 110 11101100 11111110 1100010 111 0 0 10111000 1100011 110011

Color Harmonies of #06ECFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ECFE

Black with #06ECFE

Text Example


Text Example

White with #06ECFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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