Html Css Color HEX #06EDFE Aqua

📋 copy color: '#06EDFE'

red 6 ◦ green 237 ◦ blue 254

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

Shades of Aqua #06EDFE

Tints of Aqua #06EDFE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.69%

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

R = 1.21%
G = 47.69%
B = 51.11%

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

#06EDFE (or 0x06EDFE) is known color: Aqua. HEX triplet: 06, ED and FE. RGB value is (6,237,254). Sum of RGB (Red+Green+Blue) = 6+237+254=497 (65% of max value = 765). Red value is 6 (2.73% from 255 or 1.21% from 497); Green value is 237 (92.97% from 255 or 47.69% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #06EDFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06EDFE is #F91201. Grayscale: #A9A9A9. Windows color (decimal): -16323074 or 16706822. OLE color: 16706822.

HSL color Cylindrical-coordinate representation of color #06EDFE: hue angle of 184.11º 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 #06EDFE is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 6 237 254 -
CMYK 0.98 0.07 0 0.00
HSL 184.11º 0.99% 0.51% -
HSV(B) 184.11º 0.98% 1% -
XYZ 48.25 67.76 104.3 -
YUV 169.87 175.47 11.12 -
System Red Green Blue C M Y K H S L
Decimal 6 237 254 0.98 0.07 0 0.00 184.11 0.99 0.51
Hex 6 ED FE 62 7 0 0 B8 63 33
Octal 6 355 376 142 7 0 0 270 143 63
Binary 110 11101101 11111110 1100010 111 0 0 10111000 1100011 110011

Color Harmonies of #06EDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06EDFE

Black with #06EDFE

Text Example


Text Example

White with #06EDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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