Html Css Color HEX #06EDF6 Aqua

📋 copy color: '#06EDF6'

red 6 ◦ green 237 ◦ blue 246

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

Shades of Aqua #06EDF6

Tints of Aqua #06EDF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.31%

R = 1.23%
G = 48.47%
B = 50.31%

CMYK

 C value IS 0.98

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#06EDF6 (or 0x06EDF6) is known color: Aqua. HEX triplet: 06, ED and F6. RGB value is (6,237,246). Sum of RGB (Red+Green+Blue) = 6+237+246=489 (64% of max value = 765). Red value is 6 (2.73% from 255 or 1.23% from 489); Green value is 237 (92.97% from 255 or 48.47% from 489); Blue value is 246 (96.48% from 255 or 50.31% from 489); Max value from RGB is 246 - color contains mainly: blue. Hex color #06EDF6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06EDF6 is #F91209. Grayscale: #A8A8A8. Windows color (decimal): -16323082 or 16182534. OLE color: 16182534.

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

Color convert

RGB 6 237 246 -
CMYK 0.98 0.04 0 0.04
HSL 182.25º 0.95% 0.49% -
HSV(B) 182.25º 0.98% 0.96% -
XYZ 46.99 67.26 97.69 -
YUV 168.96 171.47 11.77 -
System Red Green Blue C M Y K H S L
Decimal 6 237 246 0.98 0.04 0 0.04 182.25 0.95 0.49
Hex 6 ED F6 62 4 0 4 B6 5F 31
Octal 6 355 366 142 4 0 4 266 137 61
Binary 110 11101101 11110110 1100010 100 0 100 10110110 1011111 110001

Color Harmonies of #06EDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06EDF6

Black with #06EDF6

Text Example


Text Example

White with #06EDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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